repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-ml
/
parse_only.asm
blob
0105d350fcf9b4c31008c456b66d710482e62abe
1
; RUN: llvm-ml %s /Zs /Fo - | FileCheck %s
2
3
.code
4
5
t1
PROC
6
ECHO Testing
!
7
ret
8
t1
ENDP
9
10
; check for the .text symbol (appears in both object files & .s output)
11
; CHECK-NOT: .text
12
13
; CHECK: Testing!
14
15
; check for the .text symbol (appears in both object files & .s output)
16
; CHECK-NOT: .text
17
18
end