From f8f7537a77088cfa55a3827d805b90e14c401c8f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 10 Oct 2010 18:59:01 +0000 Subject: [PATCH] force a triple, varargs isn't supported with the SVR4 ABI the buildbot tells me. llvm-svn: 116170 --- llvm/test/CodeGen/PowerPC/varargs.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/test/CodeGen/PowerPC/varargs.ll b/llvm/test/CodeGen/PowerPC/varargs.ll index 813ec2246349..1769be957ac4 100644 --- a/llvm/test/CodeGen/PowerPC/varargs.ll +++ b/llvm/test/CodeGen/PowerPC/varargs.ll @@ -1,5 +1,5 @@ -; RUN: llc < %s -march=ppc32 | FileCheck -check-prefix=P32 %s -; RUN: llc < %s -march=ppc64 | FileCheck -check-prefix=P64 %s +; RUN: llc < %s -mtriple=powerpc-apple-darwin | FileCheck -check-prefix=P32 %s +; RUN: llc < %s -mtriple=powerpc64-apple-darwin | FileCheck -check-prefix=P64 %s ; PR8327 define i8* @test1(i8** %foo) nounwind {