]> granicus.if.org Git - llvm/commit
Add a testcase for DIExpression(DW_OP_stack_value)
authorAdrian Prantl <aprantl@apple.com>
Mon, 24 Apr 2017 18:11:38 +0000 (18:11 +0000)
committerAdrian Prantl <aprantl@apple.com>
Mon, 24 Apr 2017 18:11:38 +0000 (18:11 +0000)
commit478111bfa7d2258c42863f5e981a0a381e6322a0
tree8b8766dd53a30c15834548ae6bfb696568758dd6
parentefcdf5ecd636fa0b8697f288ac0f8ab43939f8bc
Add a testcase for DIExpression(DW_OP_stack_value)
and relax the assertion that prohibited its emission.

This fixes the assertion failure uncovered by r301093.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301209 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/AsmPrinter/DwarfExpression.cpp
test/DebugInfo/X86/this-stack_value.ll [new file with mode: 0644]