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/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'unittests/CMakeLists.txt') diff --git a/unittests/CMakeLists.txt b/unittests/CMakeLists.txt index bbf571af5d..3bfe9c0aff 100644 --- a/unittests/CMakeLists.txt +++ b/unittests/CMakeLists.txt @@ -8,6 +8,7 @@ endfunction() add_subdirectory(ADT) add_subdirectory(Analysis) add_subdirectory(Bitcode) +add_subdirectory(CodeGen) add_subdirectory(DebugInfo) add_subdirectory(ExecutionEngine) add_subdirectory(IR) -- cgit v1.2.3