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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
test
/
MC
/
AsmParser
/
macro-def-in-instantiation-darwin.s
blob
6b77748807f79fc0100e37b17ce938e5c3223c88
1
# RUN: llvm-mc -triple=x86_64-apple-darwin10 %s | FileCheck %s
2
3
.macro .make_macro
4
$
0
$
1
5
$
2
$
3
6
$
4
7
.endmacro
8
9
.make_macro .macro,.mybyte,.byte,$0,.endmacro
10
11
.data
12
# CHECK: .byte 10
13
.mybyte 10