From 800a8761285a239bb82f7d1883a8398815cd2d8f Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Tue, 3 Sep 2013 21:57:57 +0000 Subject: Add a hashing routine that handles hashing types. Add a test for hashing the contents of DW_FORM_data1 on top of a type with attributes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189862 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/CodeGen/CMakeLists.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 unittests/CodeGen/CMakeLists.txt (limited to 'unittests/CodeGen/CMakeLists.txt') diff --git a/unittests/CodeGen/CMakeLists.txt b/unittests/CodeGen/CMakeLists.txt new file mode 100644 index 0000000000..5f5c90a00d --- /dev/null +++ b/unittests/CodeGen/CMakeLists.txt @@ -0,0 +1,13 @@ +set(LLVM_LINK_COMPONENTS + asmprinter + codegen + support + ) + +set(DebugInfoSources + DIEHashTest.cpp + ) + +add_llvm_unittest(DebugInfoTests + ${DebugInfoSources} + ) -- cgit v1.2.3