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