mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-02 16:56:50 +00:00
PowerPC: specify full triple to avoid different Darwin asm syntax.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@284281 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6262732897
commit
31164bc2c9
@ -1,4 +1,4 @@
|
||||
; RUN: llc -O2 -march=ppc64 -mcpu=pwr8 < %s | FileCheck %s
|
||||
; RUN: llc -O2 -mtriple=powerpc64-linux-gnu -mcpu=pwr8 < %s | FileCheck %s
|
||||
|
||||
define i64 @foo() {
|
||||
entry:
|
||||
|
Loading…
Reference in New Issue
Block a user