brintos

brintos / llvm-project-archived public Read only

0
0
Text · 331 B · fbaed93 Raw
19 lines · plain
1; RUN: not llvm-ml %s /Zs /Fo - 2>&1 | FileCheck %s2 3.code4 5t1 PROC6  blah7  ret8t1 ENDP9 10; check for the .text symbol (appears in both object files & .s output)11; CHECK-NOT: .text12 13; CHECK: error: invalid instruction mnemonic 'blah'14 15; check for the .text symbol (appears in both object files & .s output)16; CHECK-NOT: .text17 18end19