llvm-project/llvm/unittests/Linker/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
114 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS
AsmParser
core
linker
)
add_llvm_unittest(LinkerTests
LinkModulesTest.cpp
)