Skip to content

Commit 22bff66

Browse files
committed
PowerPC: specify full triple to avoid different Darwin asm syntax.
llvm-svn: 284281
1 parent 8f5bdb9 commit 22bff66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/PowerPC/pr30640.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc -O2 -march=ppc64 -mcpu=pwr8 < %s | FileCheck %s
1+
; RUN: llc -O2 -mtriple=powerpc64-linux-gnu -mcpu=pwr8 < %s | FileCheck %s
22

33
define i64 @foo() {
44
entry:

0 commit comments

Comments
 (0)