diff options
author | Zachary Turner <zturner@google.com> | 2016-06-16 18:09:04 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2016-06-16 18:09:04 +0000 |
commit | 73b0b2f55503e6b72e6525a115965a184e1a1dd7 (patch) | |
tree | 8496dfc19ffd91b805c68a4f0c32d193bab454aa /llvm/lib/DebugInfo/CodeView/CMakeLists.txt | |
parent | 1f6372c429ce6b85a572c213d53f0ed8d293ff38 (diff) | |
download | bcm5719-llvm-73b0b2f55503e6b72e6525a115965a184e1a1dd7.tar.gz bcm5719-llvm-73b0b2f55503e6b72e6525a115965a184e1a1dd7.zip |
Revert "[pdb] Change type visitor pattern to be dynamic."
This reverts commit fb0dd311e1ad945827b8ffd5354f4810e2be1579.
This breaks some llvm-readobj tests.
llvm-svn: 272927
Diffstat (limited to 'llvm/lib/DebugInfo/CodeView/CMakeLists.txt')
-rw-r--r-- | llvm/lib/DebugInfo/CodeView/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/CodeView/CMakeLists.txt b/llvm/lib/DebugInfo/CodeView/CMakeLists.txt index 47297a9131e..4393f9c52ee 100644 --- a/llvm/lib/DebugInfo/CodeView/CMakeLists.txt +++ b/llvm/lib/DebugInfo/CodeView/CMakeLists.txt @@ -1,7 +1,6 @@ add_llvm_library(LLVMDebugInfoCodeView ByteStream.cpp CodeViewError.cpp - CVTypeVisitor.cpp EnumTables.cpp FieldListRecordBuilder.cpp Line.cpp |