Add missing triples to tests in 0c29d3ff2233696f663ae34a8aeda23c750ac68f so they...
authorSam McCall <sam.mccall@gmail.com>
Mon, 13 Jan 2020 14:58:49 +0000 (15:58 +0100)
committerSam McCall <sam.mccall@gmail.com>
Mon, 13 Jan 2020 14:58:49 +0000 (15:58 +0100)
llvm/test/CodeGen/X86/align-branch-boundary-default.ll
llvm/test/CodeGen/X86/align-branch-boundary-default.s

index d611f39..d2b4433 100644 (file)
@@ -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).
index b44f5b6..fef553d 100644 (file)
@@ -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.