File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
llvm-project-overlay/llvm Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ posix_defines = [
32
32
"BACKTRACE_HEADER=<execinfo.h>" ,
33
33
r'LTDL_SHLIB_EXT=\".so\"' ,
34
34
r'LLVM_PLUGIN_EXT=\".so\"' ,
35
+ "LLVM_ENABLE_LLVM_EXPORT_ANNOTATIONS=1" ,
35
36
"LLVM_ENABLE_PLUGINS=1" ,
36
37
"LLVM_ENABLE_THREADS=1" ,
37
38
"HAVE_DEREGISTER_FRAME=1" ,
Original file line number Diff line number Diff line change 114
114
/* Define if building LLVM with BUILD_SHARED_LIBS */
115
115
/* #undef LLVM_BUILD_SHARED_LIBS */
116
116
117
+ /* Define if exporting LLVM public interface for shared library */
118
+ /* LLVM_ENABLE_LLVM_EXPORT_ANNOTATIONS defined in Bazel */
119
+
117
120
/* Define if building LLVM with LLVM_FORCE_USE_OLD_TOOLCHAIN_LIBS */
118
121
/* #undef LLVM_FORCE_USE_OLD_TOOLCHAIN ${LLVM_FORCE_USE_OLD_TOOLCHAIN} */
119
122
Original file line number Diff line number Diff line change 110
110
/* Define if building LLVM with BUILD_SHARED_LIBS */
111
111
#cmakedefine LLVM_BUILD_SHARED_LIBS
112
112
113
+ /* Define if exporting LLVM public interface for shared library */
114
+ #cmakedefine LLVM_ENABLE_LLVM_EXPORT_ANNOTATIONS
115
+
113
116
/* Define if building LLVM with LLVM_FORCE_USE_OLD_TOOLCHAIN_LIBS */
114
117
#cmakedefine LLVM_FORCE_USE_OLD_TOOLCHAIN ${LLVM_FORCE_USE_OLD_TOOLCHAIN}
115
118
You can’t perform that action at this time.
0 commit comments