mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-16 11:30:51 +00:00
Add missing triple for tests.
Make darwin bots happier. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151813 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b373647d47
commit
1e33b461b4
@ -1,4 +1,4 @@
|
||||
; RUN: llc -march arm %s -o - | FileCheck %s
|
||||
; RUN: llc -mtriple=arm-linux-gnueabi %s -o - | FileCheck %s
|
||||
|
||||
; Log2 and exp2 are string-matched to intrinsics. If they are not declared
|
||||
; readnone, they can't be changed to intrinsics (because they can change errno).
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llc -march x86 %s -o - | FileCheck %s
|
||||
; RUN: llc -mtriple=i386-linux-gnueabi %s -o - | FileCheck %s
|
||||
|
||||
; Log2 and exp2 are string-matched to intrinsics. If they are not declared
|
||||
; readnone, they can't be changed to intrinsics (because they can change errno).
|
||||
|
Loading…
Reference in New Issue
Block a user