mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-01 17:32:36 +00:00
Using an input object file instead of trying to generate an object file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243044 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a5c7608532
commit
8782d64e37
BIN
test/tools/llvm-objdump/Inputs/disassemble-data.obj
Normal file
BIN
test/tools/llvm-objdump/Inputs/disassemble-data.obj
Normal file
Binary file not shown.
@ -1,7 +1,4 @@
|
||||
// This test checks that -D disassembles from a data section
|
||||
// RUN: llvm-mc -triple x86_64-pc-linux-gnu -filetype=obj -o - %s | \
|
||||
// RUN: llvm-objdump -D - | FileCheck %s
|
||||
// RUN: llvm-objdump -D %p/Inputs/disassemble-data.obj | FileCheck %s
|
||||
|
||||
// CHECK: Disassembly of section .data:
|
||||
.data
|
||||
.word 0x0
|
||||
// CHECK: Disassembly of section .data:
|
Loading…
x
Reference in New Issue
Block a user