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
[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-ml
/
ml32-context.asm
blob
a701605a8af546d26fd3ea2f1323c72224eb6cc7
1
; RUN: llvm-ml -m32 -filetype=s %s /Fo - | FileCheck %s
2
3
.386
p
4
.model flat
5
6
.code
7
mov
eax
,
eax
8
end
9
10
; CHECK-NOT: 386p
11
; CHECK-NOT: model
12
; CHECK-NOT: flat