mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-23 05:25:50 -04:00
13 lines
150 B
CMake
13 lines
150 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
AsmPrinter
|
|
Support
|
|
)
|
|
|
|
set(CodeGenSources
|
|
DIEHashTest.cpp
|
|
)
|
|
|
|
add_llvm_unittest(CodeGenTests
|
|
${CodeGenSources}
|
|
)
|