mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
fbe022fed3
The TypeFinder was not being used in one of the constructors. llvm-svn: 222172
14 lines
156 B
CMake
14 lines
156 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
AsmParser
|
|
core
|
|
linker
|
|
)
|
|
|
|
set(LinkerSources
|
|
LinkModulesTest.cpp
|
|
)
|
|
|
|
add_llvm_unittest(LinkerTests
|
|
${LinkerSources}
|
|
)
|