Skip to content

Commit 8fcfe4a

Browse files
committed
fix llvm dep
1 parent 7036faf commit 8fcfe4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ message(STATUS "Using LLVMConfig.cmake in: ${LLVM_DIR}")
1717
include(AddLLVM)
1818

1919
include_directories(${LLVM_INCLUDE_DIRS})
20-
set(LLVM_LINK_COMPONENTS core support irreader irprinter analysis)
20+
set(LLVM_LINK_COMPONENTS core support irreader irprinter analysis linker)
2121
add_llvm_executable(mutate PARTIAL_SOURCES_INTENDED mutate.cpp)
2222
add_llvm_executable(merge PARTIAL_SOURCES_INTENDED merge.cpp)
2323
add_llvm_executable(cost PARTIAL_SOURCES_INTENDED cost.cpp)

0 commit comments

Comments
 (0)