summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2012-01-24 23:42:30 +0000
committerHoward Hinnant <hhinnant@apple.com>2012-01-24 23:42:30 +0000
commitabc770690a70c49c947e684bcfa10cce3ac24522 (patch)
tree50bce111e7a1ea85773221e936a99e81d9ed3b90 /clang/lib/Frontend/CompilerInvocation.cpp
parent1b8e437ab63e1487dfef32e9dbd1b3b10496c80f (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud