hanchenye-llvm-project/llvm/unittests/CodeGen/CMakeLists.txt

14 lines
166 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS
asmprinter
codegen
support
)
set(DebugInfoSources
DIEHashTest.cpp
)
add_llvm_unittest(DebugInfoTests
${DebugInfoSources}
)