mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Correction. Use explicit target triple in the test.
llvm-svn: 131252
This commit is contained in:
parent
dd08ae41c6
commit
f8f6de03c6
@ -1,4 +1,4 @@
|
||||
; RUN: llc -O1 -march=arm -mattr=+vfp2 -float-abi=hard < %s | FileCheck %s
|
||||
; RUN: llc -O1 -march=arm -mattr=+vfp2 -mtriple=arm-linux-gnueabi < %s | FileCheck %s
|
||||
; pr4939
|
||||
|
||||
define void @test(double* %x, double* %y) nounwind {
|
||||
|
Loading…
Reference in New Issue
Block a user