We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7036faf commit 8fcfe4aCopy full SHA for 8fcfe4a
CMakeLists.txt
@@ -17,7 +17,7 @@ message(STATUS "Using LLVMConfig.cmake in: ${LLVM_DIR}")
17
include(AddLLVM)
18
19
include_directories(${LLVM_INCLUDE_DIRS})
20
-set(LLVM_LINK_COMPONENTS core support irreader irprinter analysis)
+set(LLVM_LINK_COMPONENTS core support irreader irprinter analysis linker)
21
add_llvm_executable(mutate PARTIAL_SOURCES_INTENDED mutate.cpp)
22
add_llvm_executable(merge PARTIAL_SOURCES_INTENDED merge.cpp)
23
add_llvm_executable(cost PARTIAL_SOURCES_INTENDED cost.cpp)
0 commit comments