diff options
author | Chris Lattner <sabre@nondot.org> | 2006-07-07 00:47:29 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-07-07 00:47:29 +0000 |
commit | a98a81e92a5a4b1631034fc44604b556cf50e581 (patch) | |
tree | 5ba79b5ef1d33c599f743f4838583861dba0df27 | |
parent | 0465fa9cf89a0c8a96cff6af59b0fbac9098471a (diff) |
This uses EH extensively
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29036 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/System/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/System/Makefile b/lib/System/Makefile index 85de7369fc..c43009a1e0 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 |