Use __USER_LABEL_PREFIX__ so that we don't add a _ prefix on ELF.

llvm-svn: 86542
This commit is contained in:
Rafael Espindola 2009-11-09 14:27:04 +00:00
parent 6d967cbd8e
commit 393cb7c22d
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
#else
#define SYMBOL_NAME(name) _##name
#define SYMBOL_NAME(name) #__USER_LABEL_PREFIX__ ##name
#define SEPARATOR ;
#endif