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/PDB/Raw/RawError.cpp | |
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/PDB/Raw/RawError.cpp')
-rw-r--r-- | llvm/lib/DebugInfo/PDB/Raw/RawError.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/DebugInfo/PDB/Raw/RawError.cpp b/llvm/lib/DebugInfo/PDB/Raw/RawError.cpp index eb169f70e11..07aebb7d739 100644 --- a/llvm/lib/DebugInfo/PDB/Raw/RawError.cpp +++ b/llvm/lib/DebugInfo/PDB/Raw/RawError.cpp @@ -32,8 +32,6 @@ public: return "The specified block address is not valid."; case raw_error_code::not_writable: return "The PDB does not support writing."; - case raw_error_code::invalid_tpi_hash: - return "The Type record has an invalid hash value."; } llvm_unreachable("Unrecognized raw_error_code"); } |