diff options
author | Nuno Lopes <nunoplopes@sapo.pt> | 2012-09-02 14:19:21 +0000 |
---|---|---|
committer | Nuno Lopes <nunoplopes@sapo.pt> | 2012-09-02 14:19:21 +0000 |
commit | def4229973f85d62687d77929ea8c200f1f01c88 (patch) | |
tree | 99326a369c45774e08b2f986f9b3ca3a44a90faa /llvm/include/llvm-c/Core.h | |
parent | 10f6b8802bee4ffc9ca8667e2946ebcc27a3346c (diff) | |
download | bcm5719-llvm-def4229973f85d62687d77929ea8c200f1f01c88.tar.gz bcm5719-llvm-def4229973f85d62687d77929ea8c200f1f01c88.zip |
replace a couple of single-line comments with /* */ to fix the build of stuff depending on the C headers
llvm-svn: 163095
Diffstat (limited to 'llvm/include/llvm-c/Core.h')
-rw-r--r-- | llvm/include/llvm-c/Core.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h index eceae5c7b68..441fa4d13ab 100644 --- a/llvm/include/llvm-c/Core.h +++ b/llvm/include/llvm-c/Core.h @@ -173,10 +173,11 @@ typedef enum { LLVMUWTable = 1 << 30, LLVMNonLazyBind = 1 << 31 - // FIXME: This attribute is currently not included in the C API as - // a temporary measure until the API/ABI impact to the C API is understood - // and the path forward agreed upon. - //LLVMAddressSafety = 1ULL << 32 + /* FIXME: This attribute is currently not included in the C API as + a temporary measure until the API/ABI impact to the C API is understood + and the path forward agreed upon. + LLVMAddressSafety = 1ULL << 32 + */ } LLVMAttribute; typedef enum { |