Displaying 1 result from an estimated 1 matches for "r332967".
2018 May 22
1
Question about identifier name mangling in LLVM manual
The Identifiers section in the LLVM language manual states:
"The "\01" prefix can be used on global variables to suppress mangling."
Is this for global variables only, or global values in general, such as functions also? In implementation LLVM seems to have this behavior of suppressing mangling even for functions and aliases.
Thanks,
Gautam