brintos

brintos / llvm-project-archived public Read only

0
0
Text · 421 B · 7c2b5e8 Raw
17 lines · plain
1; RUN: not llvm-ml -filetype=s %s /Fo - 2>&1 | FileCheck %s --implicit-check-not=error:2; RUN: env INCLUDE=%S not llvm-ml -filetype=s %s /X /Fo - 2>&1 | FileCheck %s --implicit-check-not=error:3 4; CHECK: :[[# @LINE + 1]]:9: error: Could not find include file 'included.inc'5include included.inc6 7.code8 9t1:10mov eax, Const11 12t2:13; CHECK: :[[# @LINE + 1]]:1: error: invalid instruction mnemonic 'push_pop'14push_pop ebx15 16end17