diff options
author | Zachary Turner <zturner@google.com> | 2016-06-02 05:07:49 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2016-06-02 05:07:49 +0000 |
commit | 93839cb4acfb0dcbdd749f774fd7647ef37b4353 (patch) | |
tree | ad2da721b1f515175d610627dcc26f6b3cf95af4 /llvm/lib/DebugInfo/CodeView/CMakeLists.txt | |
parent | 7cf29e3468f7de38399abc756727f826ec6c6475 (diff) | |
download | bcm5719-llvm-93839cb4acfb0dcbdd749f774fd7647ef37b4353.tar.gz bcm5719-llvm-93839cb4acfb0dcbdd749f774fd7647ef37b4353.zip |
[pdb] Parse and dump section map and section contribs
Differential Revision: http://reviews.llvm.org/D20876
Reviewed By: rnk, ruiu
llvm-svn: 271488
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 8e7628dcf05..d57c162586d 100644 --- a/llvm/lib/DebugInfo/CodeView/CMakeLists.txt +++ b/llvm/lib/DebugInfo/CodeView/CMakeLists.txt @@ -1,6 +1,7 @@ add_llvm_library(LLVMDebugInfoCodeView ByteStream.cpp CodeViewError.cpp + EnumTables.cpp FieldListRecordBuilder.cpp Line.cpp ListRecordBuilder.cpp |