14 lines
156 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS
AsmParser
core
linker
)
set(LinkerSources
LinkModulesTest.cpp
)
add_llvm_unittest(LinkerTests
${LinkerSources}
)