mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
test/CodeGen/X86/movbe.ll: Give explicit -mtriple=x86_64-linux, to unbreak win32 hosts.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141640 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bfbbe32837
commit
b1044b042f
@ -1,4 +1,4 @@
|
||||
; RUN: llc -march=x86-64 -mcpu=atom < %s | FileCheck %s
|
||||
; RUN: llc -mtriple=x86_64-linux -mcpu=atom < %s | FileCheck %s
|
||||
|
||||
declare i32 @llvm.bswap.i32(i32) nounwind readnone
|
||||
declare i64 @llvm.bswap.i64(i64) nounwind readnone
|
||||
|
Loading…
Reference in New Issue
Block a user