brintos

brintos / llvm-project-archived public Read only

0
0
Text · 176 B · c0bde30 Raw
5 lines · plain
1//  RUN: not llvm-mc -triple=amdgcn -filetype=obj -o /dev/null %s 2>&1 | FileCheck -check-prefix=ERROR %s2//  ERROR: error: undefined label 'undef_label'3 4s_branch undef_label5