repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[obj2yaml] - Fix a comment. NFC.
[llvm-complete.git]
/
test
/
MC
/
MachO
/
ARM
/
llvm-objdump-macho-stripped.s
blob
7fcec529947f2fd82d4967c0c073ede13bc5365a
1
@ RUN
:
llvm-mc
-
triple
=
thumbv7-apple-ios
-
filetype
=
obj
-
o
- < %
s | llvm-objdump
-
d
-
macho
-
triple
=
thumbv7-apple-ios
-
| FileCheck
%
s
2
nop
3
# CHECK: 0: 00 bf nop
4
# We are checking that disassembly happens when there are no symbols.
5
# rdar://11460289