mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-06 04:31:08 +00:00
Add some target triples for better determinism
These tests were failing on some buildbots after r206548 (reverted in r206556), but passing locally. They were missing target triples, so maybe that's the problem? git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206621 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5dd15cdb83
commit
1e1954f749
@ -1,6 +1,7 @@
|
||||
;RUN: llc -march=sparc < %s -verify-machineinstrs | FileCheck %s
|
||||
;RUN: llc -march=sparc -O0 < %s -verify-machineinstrs | FileCheck %s -check-prefix=UNOPT
|
||||
|
||||
target triple = "sparc-unknown-linux-gnu"
|
||||
|
||||
define i32 @test(i32 %a) nounwind {
|
||||
entry:
|
||||
|
@ -1,4 +1,6 @@
|
||||
; RUN: llc < %s -mcpu=atom -mtriple=i686-linux -march=x86-64 | FileCheck %s
|
||||
; RUN: llc < %s -mcpu=atom -march=x86-64 | FileCheck %s
|
||||
|
||||
target triple = "x86_64-unknown-linux-gnu"
|
||||
|
||||
; Additional tests for 64-bit divide bypass
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user