To avoid errors where a non-exception .o is on the stack between a throw
authorReid Spencer <rspencer@reidspencer.com>
Fri, 18 Aug 2006 17:22:07 +0000 (17:22 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 18 Aug 2006 17:22:07 +0000 (17:22 +0000)
commitbd4b758d2dbbf2220332bae9f40b63509859e4e2
tree7b28187574272911230eebf00a426ee1fa505119
parentf0646768be731fa4dfd447584ea3248727c8f90e
To avoid errors where a non-exception .o is on the stack between a throw
and a handler, which would produce errors like:
  terminate called after throwing an instance of 'std::string'
we must comment out setting -fno-exceptions until PR797 is completely
fixed. Once libraries like lib/System and lib/Support are exception free,
we can turn it back on.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29768 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.rules