mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-10 08:40:41 +00:00
Fix test added in r236850 for OSX builders.
Need to specify triple so that llvm emits the asm syntax that the test expected. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236855 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
900e1d0766
commit
ff3820a182
@ -1,4 +1,4 @@
|
||||
; RUN: llc -march=ppc32 -mattr=+altivec < %s | FileCheck %s
|
||||
; RUN: llc -march=ppc32 -mtriple=powerpc-unknown-linux-gnu -mattr=+altivec < %s | FileCheck %s
|
||||
|
||||
;; This test ensures that MergeConsecutiveStores does not attempt to
|
||||
;; merge stores or loads when doing so would result in unaligned
|
||||
|
Loading…
x
Reference in New Issue
Block a user