brintos

brintos / llvm-project-archived public Read only

0
0
Text · 342 B · 869392f Raw
15 lines · plain
1@# RUN: not llc -run-pass=none %s -o - 2>&1 | FileCheck %s2 3# The @ before the run comment is syntactically invalid. This used to4# crash in the SourceMgr diagnostic printer because it was called5# before the LLVMContext was initialized.6 7# CHECK: error: YAML:1:1: Unrecognized character while tokenizing.8 9---10name: foo11body: |12  bb.0:13 14...15