android_mt6572_jiabo/external/llvm/unittests/Linker/CMakeLists.txt
2025-09-05 16:56:03 +08:00

13 lines
156 B
CMake

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