diff options
author | Howard Hinnant <hhinnant@apple.com> | 2012-01-24 23:42:30 +0000 |
---|---|---|
committer | Howard Hinnant <hhinnant@apple.com> | 2012-01-24 23:42:30 +0000 |
commit | abc770690a70c49c947e684bcfa10cce3ac24522 (patch) | |
tree | 50bce111e7a1ea85773221e936a99e81d9ed3b90 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 1b8e437ab63e1487dfef32e9dbd1b3b10496c80f (diff) | |
download | bcm5719-llvm-abc770690a70c49c947e684bcfa10cce3ac24522.tar.gz bcm5719-llvm-abc770690a70c49c947e684bcfa10cce3ac24522.zip |
By changing all of the throw() specs to noexcept I've been able to compile and link all of the source files into a dylib. Prior to this substitution the changed functions were calling __cxa_call_unexpected which isn't implemented yet. However in none of these cases do we actaully want __cxa_call_unexpected to be called. Primative buildit script added.
llvm-svn: 148880
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions