Skip to content

Commit

Permalink
Merge pull request #125 from mgorny/clang_delta-link-fix
Browse files Browse the repository at this point in the history
[clang_delta] Link against LLVMSupport to fix missing APInt methods.

This patch fixes a link problem that occurs when (1) LLVM is built with `-DBUILD_SHARED_LIBS=ON` and (2) C-Reduce is built via CMake.
  • Loading branch information
eeide committed Nov 22, 2016
2 parents 608a71f + 04ad768 commit 1e7b6e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clang_delta/CMakeLists.txt
Expand Up @@ -35,6 +35,7 @@ llvm_map_components_to_libnames(LLVM_LIBS
mcparser
option
profiledata
support
)

set(CLANG_LIBS
Expand Down

0 comments on commit 1e7b6e2

Please sign in to comment.