diff options
author | Howard Hinnant <hhinnant@apple.com> | 2011-07-29 21:35:53 +0000 |
---|---|---|
committer | Howard Hinnant <hhinnant@apple.com> | 2011-07-29 21:35:53 +0000 |
commit | 89bdcd7ef54b9384ce6b380224368da138d8df7d (patch) | |
tree | 61e73868a38e164dd4cc261d920766bc40578386 /libcxx/src/exception.cpp | |
parent | ebbe5643b245d375131fe7c0963d7ce5d4168e37 (diff) | |
download | bcm5719-llvm-89bdcd7ef54b9384ce6b380224368da138d8df7d.tar.gz bcm5719-llvm-89bdcd7ef54b9384ce6b380224368da138d8df7d.zip |
Configure to get along with 2.9 clang
llvm-svn: 136526
Diffstat (limited to 'libcxx/src/exception.cpp')
-rw-r--r-- | libcxx/src/exception.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/src/exception.cpp b/libcxx/src/exception.cpp index b0efda648e5..28d87b34050 100644 --- a/libcxx/src/exception.cpp +++ b/libcxx/src/exception.cpp @@ -56,6 +56,7 @@ std::get_terminate() _NOEXCEPT return __sync_fetch_and_add(&__terminate_handler, (std::terminate_handler)0); } +_ATTRIBUTE(noreturn) void std::terminate() _NOEXCEPT { |