diff options
author | Zachary Turner <zturner@google.com> | 2017-12-05 23:08:58 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2017-12-05 23:08:58 +0000 |
commit | 87b78e9d1e3a50b1549bdb170d65106c9c0cfab3 (patch) | |
tree | e9c46288e012feef3c4af2ff0a57dea37c4c6d58 /llvm/lib/DebugInfo/CodeView/CMakeLists.txt | |
parent | 0328d0083e98a9edf7bf96a1a17cba51f7239f39 (diff) | |
download | bcm5719-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.txt | 1 |
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 |