OSDN Git Service

[PDB] It is not an error getting the "Invalid" Annotation opcode.
authorZachary Turner <zturner@google.com>
Fri, 17 Mar 2017 00:15:27 +0000 (00:15 +0000)
committerZachary Turner <zturner@google.com>
Fri, 17 Mar 2017 00:15:27 +0000 (00:15 +0000)
commit44d826125473d6fb9e1a7800eb735e9014c2fd86
tree5d4584dcb619c893bfaa9686073a8675a189b8a5
parente3fdf49906cd6304a96042f3764653972b14eac3
[PDB] It is not an error getting the "Invalid" Annotation opcode.

The linker can insert invalid opcodes to indicate padding
bytes, and we should not fail in this case.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298016 91177308-0d34-0410-b5e6-96231b3b80d8
lib/DebugInfo/CodeView/SymbolDumper.cpp