Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
25b7adc8cecc675ff238681c0fae75cdffd4ff91
/
.
/
llvm
/
unittests
/
CodeGen
/
CMakeLists.txt
blob: 5f5c90a00dcbd42ccb3c6f74da1fa80f3df46eea [
file
] [
log
] [
blame
]
Eric Christopher
25b7adc
2013-09-03 21:57:57 +0000
[
diff
] [
blame^
]
1
set(LLVM_LINK_COMPONENTS
2
asmprinter
3
codegen
4
support
5
)
6
7
set(DebugInfoSources
8
DIEHashTest.cpp
9
)
10
11
add_llvm_unittest(DebugInfoTests
12
${DebugInfoSources}
13
)