xref: /llvm-project-15.0.7/llvm/test/tools/llvm-ml/parse_only_errors.asm (revision cf6a7c19)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; RUN: not llvm-ml %s /Zs /Fo - 2>&1 | FileCheck %s
2
3.code
4
5t1 PROC
6  blah
7  ret
8t1 ENDP
9
10; check for the .text symbol (appears in both object files & .s output)
11; CHECK-NOT: .text
12
13; CHECK: error: invalid instruction mnemonic 'blah'
14
15; check for the .text symbol (appears in both object files & .s output)
16; CHECK-NOT: .text
17
18end
19

served by {OpenGrok

Last Index Update: Tue Oct 21 18:42:31 GMT 2025