Macro ll_symbols

Source
macro_rules! ll_symbols {
    () => { ... };
}
Expand description

Adds low-level symbols required by gcc for unwinding & exceptions (if -fno-exceptions or -fno-rtti not set).

There’s just dummy- empty- no-op- implementation. Anyway these symbols will be removed at the final (thanks DCE, LTO, linking with SDK/link_map.ld).