diff options
Diffstat (limited to 'llvm/unittests/CodeGen/CMakeLists.txt')
-rw-r--r-- | llvm/unittests/CodeGen/CMakeLists.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/llvm/unittests/CodeGen/CMakeLists.txt b/llvm/unittests/CodeGen/CMakeLists.txt new file mode 100644 index 00000000000..5f5c90a00dc --- /dev/null +++ b/llvm/unittests/CodeGen/CMakeLists.txt @@ -0,0 +1,13 @@ +set(LLVM_LINK_COMPONENTS + asmprinter + codegen + support + ) + +set(DebugInfoSources + DIEHashTest.cpp + ) + +add_llvm_unittest(DebugInfoTests + ${DebugInfoSources} + ) |