From 89bdcd7ef54b9384ce6b380224368da138d8df7d Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Fri, 29 Jul 2011 21:35:53 +0000 Subject: Configure to get along with 2.9 clang llvm-svn: 136526 --- libcxx/src/exception.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'libcxx/src') 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 { -- cgit v1.2.3