mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-03 01:12:59 +00:00
Specifying a test triple.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243042 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ea8050283f
commit
a5c7608532
@ -1,5 +1,6 @@
|
||||
// This test checks that -D disassembles from a data section
|
||||
// RUN: llvm-mc -filetype=obj -o - %s | llvm-objdump -D - | FileCheck %s
|
||||
// RUN: llvm-mc -triple x86_64-pc-linux-gnu -filetype=obj -o - %s | \
|
||||
// RUN: llvm-objdump -D - | FileCheck %s
|
||||
|
||||
// CHECK: Disassembly of section .data:
|
||||
.data
|
||||
|
Loading…
Reference in New Issue
Block a user