From: Reid Spencer Date: Wed, 23 Aug 2006 20:35:51 +0000 (+0000) Subject: Turn off exception handling for this library. It no longer throws nor X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4c97bed5d9f20bba3fbc3d13199cd9d6a320329e;p=oota-llvm.git Turn off exception handling for this library. It no longer throws nor handles exceptions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29847 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/System/Makefile b/lib/System/Makefile index c43009a1e07..85de7369fc4 100644 --- a/lib/System/Makefile +++ b/lib/System/Makefile @@ -10,7 +10,6 @@ LEVEL = ../.. LIBRARYNAME = LLVMSystem BUILD_ARCHIVE = 1 -REQUIRES_EH := 1 EXTRA_DIST = Unix Win32 README.txt