From bcb8c6d09ee426e0f774e3412912f6ae9e5f78dd Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 15 Apr 2011 03:35:57 +0000 Subject: Revert r129518, "Change ELF systems to use CFI for producing the EH tables. This reduces the" It broke several builds. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129557 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/2007-05-05-Personality.ll | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'test/CodeGen/X86/2007-05-05-Personality.ll') diff --git a/test/CodeGen/X86/2007-05-05-Personality.ll b/test/CodeGen/X86/2007-05-05-Personality.ll index e69b511..a9b17d3 100644 --- a/test/CodeGen/X86/2007-05-05-Personality.ll +++ b/test/CodeGen/X86/2007-05-05-Personality.ll @@ -1,7 +1,4 @@ -; RUN: llc < %s -mtriple=i686-pc-linux-gnu -o - | FileCheck %s - -; CHECK: .cfi_lsda 0, .Lexception0 -; CHECK: .cfi_personality 0, __gnat_eh_personality +; RUN: llc < %s -mtriple=i686-pc-linux-gnu -o - | grep zPL @error = external global i8 ; [#uses=2] -- cgit v1.1