From 4c97bed5d9f20bba3fbc3d13199cd9d6a320329e Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 23 Aug 2006 20:35:51 +0000 Subject: [PATCH] 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 --- lib/System/Makefile | 1 - 1 file changed, 1 deletion(-) 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 -- 2.34.1