forked from OSchip/llvm-project
Add missing triples to tests in 0c29d3ff22
so they target the right arch.
This commit is contained in:
parent
da33762de8
commit
0b91e78a71
|
@ -1,4 +1,4 @@
|
|||
; RUN: llc -verify-machineinstrs -O3 -mcpu=skylake -filetype=obj < %s | llvm-objdump -d --no-show-raw-insn - | FileCheck %s
|
||||
; RUN: llc -verify-machineinstrs -O3 -mtriple=x86_64-unknown-unknown -mcpu=skylake -filetype=obj < %s | llvm-objdump -d --no-show-raw-insn - | FileCheck %s
|
||||
|
||||
; TODO: At the moment, autopadding for SKX102 is not the default, but
|
||||
; eventually we'd like ti to be for the integrated assembler (only).
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# RUN: llvm-mc -mcpu=skylake -filetype=obj < %s | llvm-objdump -d --no-show-raw-insn - | FileCheck %s
|
||||
# RUN: llvm-mc -mtriple=x86_64-unknown-unknown -mcpu=skylake -filetype=obj < %s | llvm-objdump -d --no-show-raw-insn - | FileCheck %s
|
||||
|
||||
# The textual assembler *can't* default to autopadding as there's no syntax
|
||||
# to selectively disable it just yet.
|
||||
|
|
Loading…
Reference in New Issue