Add a hashing routine that handles hashing types. Add a test for
[oota-llvm.git] / unittests / CodeGen / CMakeLists.txt
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   )