We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d2288d commit fd31b57Copy full SHA for fd31b57
llvm/include/llvm-c/Visibility.h
@@ -16,7 +16,11 @@
16
#ifndef LLVM_C_VISIBILITY_H
17
#define LLVM_C_VISIBILITY_H
18
19
+#if defined __has_include
20
+#if __has_include("llvm/Config/llvm-config.h")
21
#include "llvm/Config/llvm-config.h"
22
+#endif
23
24
25
/// LLVM_C_ABI is the export/visibility macro used to mark symbols declared in
26
/// llvm-c as exported when built as a shared library.
0 commit comments