K 10 svn:author V 6 rpaulo K 8 svn:date V 27 2010-07-22T19:09:34.895488Z K 7 svn:log V 344 Build clang libraries by default with -fno-exceptions and with -fno-rtti. The clang libaries that really use exceptions and virtual functions can enable LLVM_REQUIRES_EH and LLVM_REQUIRES_RTTI respectively. This saves space on the resulting binaries and follows what's being done upstream. Submitted by: Dimitry Andric END