10 lines
114 B
CMake
10 lines
114 B
CMake
|
set(LLVM_LINK_COMPONENTS
|
||
|
AsmParser
|
||
|
core
|
||
|
linker
|
||
|
)
|
||
|
|
||
|
add_llvm_unittest(LinkerTests
|
||
|
LinkModulesTest.cpp
|
||
|
)
|