mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-30 19:35:54 +00:00
Specify arch in test/CodeGen/X86/float-conv-elim.ll
This test was failing on non-x86 hosts because it specified a cpu of x86_64, but not an architecture. x86_64 is obviously not a valid cpu on all architectures. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229460 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ca3b3d5e2c
commit
4ba3a67430
@ -1,4 +1,4 @@
|
||||
; RUN: llc -mcpu=x86-64 < %s | FileCheck %s
|
||||
; RUN: llc -march=x86-64 -mcpu=x86-64 < %s | FileCheck %s
|
||||
|
||||
; Make sure the float conversion is folded away as it should be.
|
||||
; CHECK-LABEL: foo
|
||||
|
Loading…
x
Reference in New Issue
Block a user