Add -march=ppc32 lines so that this test doesn't ever default to ppc64.
authorDan Gohman <gohman@apple.com>
Wed, 22 Jul 2009 22:08:31 +0000 (22:08 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 22 Jul 2009 22:08:31 +0000 (22:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76805 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/PowerPC/private.ll

index 8efe431f47f31fd97a91966188391d9ad5cc6e29..2ec91a865707a076787c8b7caa32fb9204264b40 100644 (file)
@@ -1,7 +1,7 @@
 ; Test to make sure that the 'private' is used correctly.
 ;
-; RUN: llvm-as < %s | llc -mtriple=powerpc-unknown-linux-gnu | FileCheck %s -check-prefix=LINUX
-; RUN: llvm-as < %s | llc -mtriple=powerpc-apple-darwin | FileCheck %s -check-prefix=DARWIN
+; RUN: llvm-as < %s | llc -mtriple=powerpc-unknown-linux-gnu -march=ppc32 | FileCheck %s -check-prefix=LINUX
+; RUN: llvm-as < %s | llc -mtriple=powerpc-apple-darwin -march=ppc32 | FileCheck %s -check-prefix=DARWIN
 
 define private void @foo() nounwind {
         ret void