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:
Tim Northover 2016-10-14 21:25:29 +00:00
parent 6262732897
commit 31164bc2c9

View File

@ -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: