bolt/deps/llvm-18.1.8/llvm/test/DebugInfo/Generic/assignment-tracking/parse-and-verify/operands.ll
2025-02-14 19:21:04 +01:00

10 lines
287 B
LLVM

; RUN: not opt -S %s 2>&1 \
; RUN: | FileCheck %s
;; Check that badly formed assignment tracking metadata is caught either
;; while parsing or by the verifier.
; CHECK: error: expected ')' here
!1 = distinct !DIAssignID(0)
!1000 = !{i32 7, !"debug-info-assignment-tracking", i1 true}