]> granicus.if.org Git - llvm/commit
Merging r213663:
authorDan Liew <dan@su-root.co.uk>
Wed, 23 Jul 2014 15:19:01 +0000 (15:19 +0000)
committerDan Liew <dan@su-root.co.uk>
Wed, 23 Jul 2014 15:19:01 +0000 (15:19 +0000)
commite48c582cfe1bac05bf79f9c274b18274e9a37048
tree5aae686419136f3b192560651dffdb924ea89f56
parent6c00f269571a2ee4f6d473ec8a76e1f71364d3db
Merging r213663:
------------------------------------------------------------------------
r213663 | delcypher | 2014-07-22 16:41:18 +0100 (Tue, 22 Jul 2014) | 4 lines

Added LLVM_ENABLE_RTTI and LLVM_ENABLE_EH options that allow RTTI and EH
to globally be controlled. Individual targets (e.g.  ExceptionDemo) can
still override this by using LLVM_REQUIRE_RTTI and LLVM_REQUIRE_EH if
they need to be compiled with RTTI or exception handling respectively.
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_35@213764 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/AddLLVM.cmake
cmake/modules/HandleLLVMOptions.cmake
docs/CMake.rst
examples/ExceptionDemo/CMakeLists.txt