Currently, the symbol info file is named llcppg.symb.json, but the common and widely accepted abbreviation for symbol is sym, not symb.
-
sym is the standard short form used in most compilers and linkers (e.g., nm, objdump, LLVM symbol tables).
-
Improves consistency and readability.
-
Reduces naming confusion for new contributors.
Currently, the symbol info file is named
llcppg.symb.json, but the common and widely accepted abbreviation for symbol issym, notsymb.symis the standard short form used in most compilers and linkers (e.g., nm, objdump, LLVM symbol tables).Improves consistency and readability.
Reduces naming confusion for new contributors.