[llvm] r284281 - PowerPC: specify full triple to avoid different Darwin asm syntax.

Tim Northover via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 14 14:25:29 PDT 2016


Author: tnorthover
Date: Fri Oct 14 16:25:29 2016
New Revision: 284281

URL: http://llvm.org/viewvc/llvm-project?rev=284281&view=rev
Log:
PowerPC: specify full triple to avoid different Darwin asm syntax.

Modified:
    llvm/trunk/test/CodeGen/PowerPC/pr30640.ll

Modified: llvm/trunk/test/CodeGen/PowerPC/pr30640.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/pr30640.ll?rev=284281&r1=284280&r2=284281&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/pr30640.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/pr30640.ll Fri Oct 14 16:25:29 2016
@@ -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:




More information about the llvm-commits mailing list