You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
462 B
13 lines
462 B
; RUN: not opt -S < %s 2>&1 | FileCheck %s
|
|
|
|
!named = !{!0, !1, !2}
|
|
; CHECK: invalid expression
|
|
; CHECK-NEXT: !DIExpression
|
|
; CHECK: invalid expression
|
|
; CHECK-NEXT: !DIExpression
|
|
; CHECK: invalid expression
|
|
; CHECK-NEXT: !DIExpression
|
|
!0 = !DIExpression(DW_OP_LLVM_entry_value, 4, DW_OP_constu, 0, DW_OP_stack_value)
|
|
!1 = !DIExpression(DW_OP_constu, 0, DW_OP_LLVM_entry_value, 1, DW_OP_constu, 0)
|
|
!2 = !DIExpression(DW_OP_LLVM_entry_value, 100, DW_OP_constu, 0)
|