summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump/X86/disassemble-text.test
blob: 38422d81935a0c20369e8b89a34deca891d89511 (plain)
1
2
3
4
5
6
7
8
9
10
11
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o -| \
# RUN: llvm-objdump -d - | FileCheck %s

.globl foo
.type foo, @object
foo:
.ascii "this is a test"

# CHECK: foo:
# CHECK: 0:{{.*}}this is
# CHECK: 8:{{.*}}a test
OpenPOWER on IntegriCloud