repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-core.git]
/
test
/
tools
/
llvm-objdump
/
X86
/
macho-nontext-disasm.test
blob
27b7bb441520f2f2c9aa6768c62909be3a26c0da
1
# RUN: llvm-mc < %s -triple x86_64-apple-darwin -filetype=obj | llvm-objdump -m -section __FOO,__bar -full-leading-addr -print-imm-hex -no-show-raw-insn - | FileCheck %s
2
3
.section __FOO, __bar
4
_foo:
5
nop
6
7
# CHECK: Contents of (__FOO,__bar) section
8
# CHECK: _foo:
9
# CHECK: 0000000000000000 nop