forked from OSchip/llvm-project
Use __USER_LABEL_PREFIX__ so that we don't add a _ prefix on ELF.
llvm-svn: 86542
This commit is contained in:
parent
6d967cbd8e
commit
393cb7c22d
|
@ -25,7 +25,7 @@
|
|||
|
||||
#else
|
||||
|
||||
#define SYMBOL_NAME(name) _##name
|
||||
#define SYMBOL_NAME(name) #__USER_LABEL_PREFIX__ ##name
|
||||
#define SEPARATOR ;
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue