From 475832cc0fbf622dfe1db484c2db57cc2d97a530 Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Fri, 26 Oct 2012 12:15:29 +0000 Subject: Don't explicitly require RTTI and EH. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166772 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib/Support/CMakeLists.txt') diff --git a/lib/Support/CMakeLists.txt b/lib/Support/CMakeLists.txt index 83baf60d04..6af0f4a6c9 100644 --- a/lib/Support/CMakeLists.txt +++ b/lib/Support/CMakeLists.txt @@ -1,9 +1,3 @@ -## FIXME: This only requires RTTI because tblgen uses it. Fix that. -set(LLVM_REQUIRES_RTTI 1) -if( MINGW ) - set(LLVM_REQUIRES_EH 1) -endif() - add_llvm_library(LLVMSupport APFloat.cpp APInt.cpp -- cgit v1.2.3