mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 06:32:24 +00:00
Correction. Use explicit target triple in the test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131252 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
201e6cdc39
commit
60bf5c3197
@ -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…
x
Reference in New Issue
Block a user