diff options
| author | Zachary Turner <zturner@google.com> | 2016-05-06 22:15:42 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2016-05-06 22:15:42 +0000 |
| commit | 5a1b5ef9ebe76f50197c1180c894d8ba6f62e04d (patch) | |
| tree | c5aea04b6b74e2763c4f9226651bce446078cf2d /llvm/lib/DebugInfo/PDB | |
| parent | 52b394e9813c9dad61fbf4f53a934da3fc17b7fa (diff) | |
| download | bcm5719-llvm-5a1b5ef9ebe76f50197c1180c894d8ba6f62e04d.tar.gz bcm5719-llvm-5a1b5ef9ebe76f50197c1180c894d8ba6f62e04d.zip | |
Make llvm-pdbdump print CV type records
This reuses the CVTypeDumper from libcodeview to dump full
information about type records within a PDB file.
Differential Revision: http://reviews.llvm.org/D20022
Reviewed By: rnk
llvm-svn: 268808
Diffstat (limited to 'llvm/lib/DebugInfo/PDB')
| -rw-r--r-- | llvm/lib/DebugInfo/PDB/LLVMBuild.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/PDB/LLVMBuild.txt b/llvm/lib/DebugInfo/PDB/LLVMBuild.txt index 9ee9f4067e9..76e537a57fc 100644 --- a/llvm/lib/DebugInfo/PDB/LLVMBuild.txt +++ b/llvm/lib/DebugInfo/PDB/LLVMBuild.txt @@ -19,5 +19,5 @@ type = Library name = DebugInfoPDB parent = DebugInfo -required_libraries = Object Support +required_libraries = Object Support DebugInfoCodeView |

