Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e87aeb378dbc9149173f77b5db56d2e8a83b5bef
/
.
/
llvm
/
unittests
/
CodeGen
/
CMakeLists.txt
blob: 65c0ac3f20e42494c5cb178d579ea45a0a0fab70 [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
AsmPrinter
Support
)
set(CodeGenSources
DIEHashTest.cpp
)
add_llvm_unittest(CodeGenTests
${CodeGenSources}
)