Skip to content

Commit f285aee

Browse files
committed
Disabled LLVM_EXPORTED_SYMBOL_FILE in libclang to work around #3
1 parent 50e5148 commit f285aee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/tools/libclang/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ if(MSVC)
9696
set(LLVM_EXPORTED_SYMBOL_FILE)
9797
endif()
9898

99+
# Disable the exports file as a workaround for https://github.com/InfectedLibraries/llvm-project/issues/3
100+
set(LLVM_EXPORTED_SYMBOL_FILE)
101+
99102
if(LLVM_ENABLE_PIC OR WIN32)
100103
set(ENABLE_SHARED SHARED)
101104
endif()

0 commit comments

Comments
 (0)