PowerPC: specify full triple to avoid different Darwin asm syntax.

llvm-svn: 284281
This commit is contained in:
Tim Northover 2016-10-14 21:25:29 +00:00
parent 8f5bdb9d28
commit 22bff66a9a
1 changed files with 1 additions and 1 deletions

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: