Skip to content

Commit

Permalink
Disabled LLVM_EXPORTED_SYMBOL_FILE in libclang to work around #3
Browse files Browse the repository at this point in the history
  • Loading branch information
PathogenDavid committed Feb 14, 2021
1 parent 50e5148 commit f285aee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clang/tools/libclang/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ if(MSVC)
set(LLVM_EXPORTED_SYMBOL_FILE)
endif()

# Disable the exports file as a workaround for https://github.com/InfectedLibraries/llvm-project/issues/3
set(LLVM_EXPORTED_SYMBOL_FILE)

if(LLVM_ENABLE_PIC OR WIN32)
set(ENABLE_SHARED SHARED)
endif()
Expand Down

0 comments on commit f285aee

Please sign in to comment.