[llvm-dev] Question about identifier name mangling in LLVM manual

Gautam Chakrabarti via llvm-dev llvm-dev at lists.llvm.org
Tue May 22 00:19:44 PDT 2018


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




-----------------------------------------------------------------------------------
This email message is for the sole use of the intended recipient(s) and may contain
confidential information.  Any unauthorized review, use, disclosure or distribution
is prohibited.  If you are not the intended recipient, please contact the sender by
reply email and destroy all copies of the original message.
-----------------------------------------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180522/914e2d68/attachment.html>


More information about the llvm-dev mailing list