mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 22:04:55 +00:00
Force a triple so we don't get bitten by windows' different regalloc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182935 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
051ed0ae2d
commit
3a36cb0805
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -march=x86-64 -mcpu=atom | FileCheck %s
|
||||
; RUN: llc < %s -mtriple=x86_64-linux-gnu -mcpu=atom | FileCheck %s
|
||||
; <rdar://problem/8006248>
|
||||
|
||||
; This randomly started passing after an unrelated change, if it fails again it
|
||||
|
Loading…
Reference in New Issue
Block a user