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
[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-objdump
/
X86
/
disassemble-text.test
blob
54de47b208d815ab8fdb028da174e77d6ce5cc6a
1
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o -| \
2
# RUN: llvm-objdump -d - | FileCheck %s
3
4
.globl foo
5
.type foo, @object
6
foo:
7
.ascii "this is a test"
8
9
# CHECK: <foo>:
10
# CHECK: 0:{{.*}}this is
11
# CHECK: 8:{{.*}}a test