Skip to content
  • Reid Spencer's avatar
    To avoid errors where a non-exception .o is on the stack between a throw · 27665c13
    Reid Spencer authored
    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
    27665c13
Loading