Sign in
llvm
/
llvm-project
/
llvm
/
1af0daf3e26b69a77e32b7b6f773553f69f5c3e0
/
.
/
unittests
/
CodeGen
/
CMakeLists.txt
blob: 5973bae3aaba26698fe539bfa7f172aa59c5514a [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
asmprinter
codegen
support
)
set(CodeGenSources
DIEHashTest.cpp
)
add_llvm_unittest(CodeGenTests
${CodeGenSources}
)