[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / tools / llvm-ml / parse_only.asm
blob0105d350fcf9b4c31008c456b66d710482e62abe
1 ; RUN: llvm-ml %s /Zs /Fo - | FileCheck %s
3 .code
5 t1 PROC
6 ECHO Testing!
7 ret
8 t1 ENDP
10 ; check for the .text symbol (appears in both object files & .s output)
11 ; CHECK-NOT: .text
13 ; CHECK: Testing!
15 ; check for the .text symbol (appears in both object files & .s output)
16 ; CHECK-NOT: .text
18 end