summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/CodeView/CMakeLists.txt
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2016-05-05 00:34:33 +0000
committerReid Kleckner <rnk@google.com>2016-05-05 00:34:33 +0000
commit4a14bcac416917ab45d58ab55049a4c25db16970 (patch)
tree00abeb1d48784dd3a8e18a2dc3f6f76a3009fbae /llvm/lib/DebugInfo/CodeView/CMakeLists.txt
parent1ccc219125c16761c3e38f5e8d416386db3b11d4 (diff)
downloadbcm5719-llvm-4a14bcac416917ab45d58ab55049a4c25db16970.tar.gz
bcm5719-llvm-4a14bcac416917ab45d58ab55049a4c25db16970.zip
[codeview] Move dumper into lib/DebugInfo/CodeView
So that we can call it from llvm-pdbdump. llvm-svn: 268580
Diffstat (limited to 'llvm/lib/DebugInfo/CodeView/CMakeLists.txt')
-rw-r--r--llvm/lib/DebugInfo/CodeView/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/DebugInfo/CodeView/CMakeLists.txt b/llvm/lib/DebugInfo/CodeView/CMakeLists.txt
index cfa0e4d8b40..2be582f8c1a 100644
--- a/llvm/lib/DebugInfo/CodeView/CMakeLists.txt
+++ b/llvm/lib/DebugInfo/CodeView/CMakeLists.txt
@@ -4,8 +4,10 @@ add_llvm_library(LLVMDebugInfoCodeView
ListRecordBuilder.cpp
MemoryTypeTableBuilder.cpp
MethodListRecordBuilder.cpp
+ TypeDumper.cpp
TypeRecordBuilder.cpp
TypeTableBuilder.cpp
+ TypeStream.cpp
ADDITIONAL_HEADER_DIRS
${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/CodeView
OpenPOWER on IntegriCloud