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 Aug 29, 2021
1 parent cbe6732 commit 306bb64
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 @@ -108,6 +108,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 AND NOT LIBCLANG_BUILD_STATIC))
set(ENABLE_SHARED SHARED)
endif()
Expand Down

0 comments on commit 306bb64

Please sign in to comment.