diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-08-18 17:22:07 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-08-18 17:22:07 +0000 |
commit | 27665c1331c865f5a7dee3f4e4f3b54cb85d5c82 (patch) | |
tree | 566df51e2b0d97c8e5fad740790535faa1be7caa /llvm/lib/AsmParser/llvmAsmParser.cpp.cvs | |
parent | 7c9ec5ff37cc127b8ad9919959f029fdad51edb2 (diff) | |
download | bcm5719-llvm-27665c1331c865f5a7dee3f4e4f3b54cb85d5c82.tar.gz bcm5719-llvm-27665c1331c865f5a7dee3f4e4f3b54cb85d5c82.zip |
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.
llvm-svn: 29768
Diffstat (limited to 'llvm/lib/AsmParser/llvmAsmParser.cpp.cvs')
0 files changed, 0 insertions, 0 deletions