1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00

Add missing triple for tests.

Make darwin bots happier.

llvm-svn: 151813
This commit is contained in:
Jim Grosbach 2012-03-01 17:30:32 +00:00
parent d95fe4d1fa
commit e41072bbb4
2 changed files with 2 additions and 2 deletions

View File

@ -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).

View File

@ -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).