mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
a77a0a3548
Add the IR and the AsmPrinter parts for handling of the DW_OP_entry_values DWARF operation. ([11/13] Introduce the debug entry values.) Co-authored-by: Ananth Sowda <asowda@cisco.com> Co-authored-by: Nikola Prica <nikola.prica@rt-rk.com> Co-authored-by: Ivan Baev <ibaev@cisco.com> Differential Revision: https://reviews.llvm.org/D60866 llvm-svn: 364542
6 lines
128 B
LLVM
6 lines
128 B
LLVM
; RUN: opt -S < %s 2>&1 | FileCheck %s
|
|
|
|
!named = !{!0}
|
|
; CHECK-NOT: invalid expression
|
|
!0 = !DIExpression(DW_OP_entry_value, 1)
|