summaryrefslogtreecommitdiff
path: root/include/llvm-c
diff options
context:
space:
mode:
authorNuno Lopes <nunoplopes@sapo.pt>2012-09-02 14:19:21 +0000
committerNuno Lopes <nunoplopes@sapo.pt>2012-09-02 14:19:21 +0000
commit2d892c5a72cf6941234f4d48e92b4973aa79721b (patch)
tree51d20cf9fd3b585e4ae22b30181b67ab9de7f4cc /include/llvm-c
parentee77da6b28d7f56e4e531ae8b4f8093de760a2e5 (diff)
downloadllvm-2d892c5a72cf6941234f4d48e92b4973aa79721b.tar.gz
llvm-2d892c5a72cf6941234f4d48e92b4973aa79721b.tar.bz2
llvm-2d892c5a72cf6941234f4d48e92b4973aa79721b.tar.xz
replace a couple of single-line comments with /* */ to fix the build of stuff depending on the C headers
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163095 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm-c')
-rw-r--r--include/llvm-c/Core.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/include/llvm-c/Core.h b/include/llvm-c/Core.h
index eceae5c7b6..441fa4d13a 100644
--- a/include/llvm-c/Core.h
+++ b/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 {