bolt/deps/llvm-18.1.8/llvm/test/tools/llvm-objdump/X86/disassemble-text.test

12 lines
235 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
# 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