diff options
author | Evan Cheng <evan.cheng@apple.com> | 2007-05-07 21:38:05 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2007-05-07 21:38:05 +0000 |
commit | 6b95e98e5038930b437ef4f00c1b2446df835520 (patch) | |
tree | ab4d60f790e74bc9a466009a46e8e7dc98f20838 /test | |
parent | c2cd2b29f5b8e2eda88a1edadcd4bc7478a2439c (diff) |
Fix test case.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36911 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/Generic/2007-05-05-Personality.ll | 2 |
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 f2ad6df7fe..8c3737c19c 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] |