search for: llvm_disable_asm_prefix

Displaying 1 result from an estimated 1 matches for "llvm_disable_asm_prefix".

2009 Dec 07
1
[LLVMdev] #define LLVM_ASM_PREFIX_CHAR '\1' to make code more readable?
Chris Lattner <clattner at apple.com> writes: > Changing this from being a magic number to a 'static const char' is > fine with me, please don't use a macro though. I do not like macros either. However, how should I remove magic numbers from | } else if (Name == "\1stat64" || | Name == "\1lstat64" || | Name ==