From ffeb94f21f2fe23038d8c1aea29ed6b790ccd9cb Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Mon, 7 May 2007 21:38:05 +0000 Subject: [PATCH] Fix test case. llvm-svn: 36911 --- test/CodeGen/Generic/2007-05-05-Personality.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/Generic/2007-05-05-Personality.ll b/test/CodeGen/Generic/2007-05-05-Personality.ll index f2ad6df7feb..8c3737c19c5 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 ; [#uses=2]