Skip to content

Commit

Permalink
Explicitly link against LLVM libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Khilan Gudka authored and Khilan Gudka committed Sep 27, 2016
1 parent a0d62b7 commit 04819a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions soaap/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@ if (TARGET libxo)
endif()

target_link_libraries(SOAAP xo)

# link LLVM libraries
llvm_map_components_to_libnames(llvm_libs core ipa transformutils)
target_link_libraries(SOAAP ${llvm_libs})

0 comments on commit 04819a8

Please sign in to comment.