From a98a81e92a5a4b1631034fc44604b556cf50e581 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 7 Jul 2006 00:47:29 +0000 Subject: [PATCH] This uses EH extensively git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29036 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/System/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/System/Makefile b/lib/System/Makefile index 85de7369fc4..c43009a1e07 100644 --- a/lib/System/Makefile +++ b/lib/System/Makefile @@ -10,6 +10,7 @@ LEVEL = ../.. LIBRARYNAME = LLVMSystem BUILD_ARCHIVE = 1 +REQUIRES_EH := 1 EXTRA_DIST = Unix Win32 README.txt -- 2.34.1