OSDN Git Service

[codeview] Fix assertion on non-memory, non-register DBG_VALUE instructions
authorReid Kleckner <rnk@google.com>
Tue, 16 Feb 2016 21:14:51 +0000 (21:14 +0000)
committerReid Kleckner <rnk@google.com>
Tue, 16 Feb 2016 21:14:51 +0000 (21:14 +0000)
commit78eacd7a04984ccc0ca8939a227ae3fafb77b7df
tree5a89b69fb9c78ef2537d6107ba29ed0d8c1a6123
parente7bc8f5cadf2a29885ef257a337409499180e0b9
[codeview] Fix assertion on non-memory, non-register DBG_VALUE instructions

Eventually we should find a way to describe constant variables, but it
is not obvious how to do this at the moment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@261010 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
test/DebugInfo/COFF/local-constant.ll [new file with mode: 0644]