summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/CodeView/CMakeLists.txt
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2017-12-05 23:08:58 +0000
committerZachary Turner <zturner@google.com>2017-12-05 23:08:58 +0000
commit87b78e9d1e3a50b1549bdb170d65106c9c0cfab3 (patch)
treee9c46288e012feef3c4af2ff0a57dea37c4c6d58 /llvm/lib/DebugInfo/CodeView/CMakeLists.txt
parent0328d0083e98a9edf7bf96a1a17cba51f7239f39 (diff)
downloadbcm5719-llvm-87b78e9d1e3a50b1549bdb170d65106c9c0cfab3.tar.gz
bcm5719-llvm-87b78e9d1e3a50b1549bdb170d65106c9c0cfab3.zip
[CodeView] Add support for content hashing CodeView type records.
Currently nothing uses this, but this at least gets the core algorithm in, and adds some test to demonstrate correctness. Differential Revision: https://reviews.llvm.org/D40736 llvm-svn: 319854
Diffstat (limited to 'llvm/lib/DebugInfo/CodeView/CMakeLists.txt')
-rw-r--r--llvm/lib/DebugInfo/CodeView/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/DebugInfo/CodeView/CMakeLists.txt b/llvm/lib/DebugInfo/CodeView/CMakeLists.txt
index 7d18c98bdc3..c3d79c0d6e6 100644
--- a/llvm/lib/DebugInfo/CodeView/CMakeLists.txt
+++ b/llvm/lib/DebugInfo/CodeView/CMakeLists.txt
@@ -32,6 +32,7 @@ add_llvm_library(LLVMDebugInfoCodeView
TypeDumpVisitor.cpp
TypeIndex.cpp
TypeIndexDiscovery.cpp
+ TypeHashing.cpp
TypeRecordMapping.cpp
TypeStreamMerger.cpp
TypeTableCollection.cpp
OpenPOWER on IntegriCloud