From b10ce9f4fcff51bebc9efaeda2fa15b6478c6aec Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sat, 16 Oct 2010 05:04:10 +0000 Subject: Revert r116656, "IRgen/Obj-C/NeXT: Fix the IR signature for objc_exception_rethrow, so we don't...", since something is actually trying to call this with the wrong signature (!). Unfortunately I don't understand the new EH infrastructure well enough to fix it immediately. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116660 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CGObjCMac.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/CodeGen/CGObjCMac.cpp') diff --git a/lib/CodeGen/CGObjCMac.cpp b/lib/CodeGen/CGObjCMac.cpp index 3440959408..8b3fd499b6 100644 --- a/lib/CodeGen/CGObjCMac.cpp +++ b/lib/CodeGen/CGObjCMac.cpp @@ -462,7 +462,7 @@ public: // void objc_exception_rethrow(void) std::vector Args; llvm::FunctionType *FTy = - llvm::FunctionType::get(llvm::Type::getVoidTy(VMContext), Args, false); + llvm::FunctionType::get(llvm::Type::getVoidTy(VMContext), Args, true); return CGM.CreateRuntimeFunction(FTy, "objc_exception_rethrow"); } -- cgit v1.2.3-18-g5258