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 = [
3232 "BACKTRACE_HEADER=<execinfo.h>" ,
3333 r'LTDL_SHLIB_EXT=\".so\"' ,
3434 r'LLVM_PLUGIN_EXT=\".so\"' ,
35+ "LLVM_ENABLE_LLVM_EXPORT_ANNOTATIONS=1" ,
3536 "LLVM_ENABLE_PLUGINS=1" ,
3637 "LLVM_ENABLE_THREADS=1" ,
3738 "HAVE_DEREGISTER_FRAME=1" ,
Original file line number Diff line number Diff line change 114114/* Define if building LLVM with BUILD_SHARED_LIBS */
115115/* #undef LLVM_BUILD_SHARED_LIBS */
116116
117+ /* Define if exporting LLVM public interface for shared library */
118+ /* LLVM_ENABLE_LLVM_EXPORT_ANNOTATIONS defined in Bazel */
119+
117120/* Define if building LLVM with LLVM_FORCE_USE_OLD_TOOLCHAIN_LIBS */
118121/* #undef LLVM_FORCE_USE_OLD_TOOLCHAIN ${LLVM_FORCE_USE_OLD_TOOLCHAIN} */
119122
Original file line number Diff line number Diff line change 110110/* Define if building LLVM with BUILD_SHARED_LIBS */
111111#cmakedefine LLVM_BUILD_SHARED_LIBS
112112
113+ /* Define if exporting LLVM public interface for shared library */
114+ #cmakedefine LLVM_ENABLE_LLVM_EXPORT_ANNOTATIONS
115+
113116/* Define if building LLVM with LLVM_FORCE_USE_OLD_TOOLCHAIN_LIBS */
114117#cmakedefine LLVM_FORCE_USE_OLD_TOOLCHAIN ${LLVM_FORCE_USE_OLD_TOOLCHAIN}
115118
You can’t perform that action at this time.
0 commit comments