summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-05-07 21:38:05 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-05-07 21:38:05 +0000
commit6b95e98e5038930b437ef4f00c1b2446df835520 (patch)
treeab4d60f790e74bc9a466009a46e8e7dc98f20838
parentc2cd2b29f5b8e2eda88a1edadcd4bc7478a2439c (diff)
downloadllvm-6b95e98e5038930b437ef4f00c1b2446df835520.tar.gz
Fix test case.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36911 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/Generic/2007-05-05-Personality.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Generic/2007-05-05-Personality.ll b/test/CodeGen/Generic/2007-05-05-Personality.ll
index f2ad6df7feb9..8c3737c19c51 100644
--- a/test/CodeGen/Generic/2007-05-05-Personality.ll
+++ b/test/CodeGen/Generic/2007-05-05-Personality.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -enable-eh -o - | grep zPLR
+; RUN: llvm-as < %s | llc -mtriple=i686-pc-linux-gnu -enable-eh -o - | grep zPLR
@error = external global i8 ; <i8*> [#uses=2]