diff options
-rw-r--r-- | llvm/test/CodeGen/X86/align-branch-boundary-default.ll | 2 | ||||
-rw-r--r-- | llvm/test/CodeGen/X86/align-branch-boundary-default.s | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/align-branch-boundary-default.ll b/llvm/test/CodeGen/X86/align-branch-boundary-default.ll index d611f39b2f4..d2b4433426f 100644 --- a/llvm/test/CodeGen/X86/align-branch-boundary-default.ll +++ b/llvm/test/CodeGen/X86/align-branch-boundary-default.ll @@ -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). diff --git a/llvm/test/CodeGen/X86/align-branch-boundary-default.s b/llvm/test/CodeGen/X86/align-branch-boundary-default.s index b44f5b60c1e..fef553d9640 100644 --- a/llvm/test/CodeGen/X86/align-branch-boundary-default.s +++ b/llvm/test/CodeGen/X86/align-branch-boundary-default.s @@ -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. |