diff options
author | Howard Hinnant <hhinnant@apple.com> | 2012-02-03 18:31:43 +0000 |
---|---|---|
committer | Howard Hinnant <hhinnant@apple.com> | 2012-02-03 18:31:43 +0000 |
commit | 23e4e4587f56e357e2c9cafebaccb48da21effa7 (patch) | |
tree | 2fc14c38857da6a2a9b88118f27ef5f96b74b459 /libcxx/src/exception.cpp | |
parent | 4cee9e5247610a29781a90374853cad87a886218 (diff) | |
download | bcm5719-llvm-23e4e4587f56e357e2c9cafebaccb48da21effa7.tar.gz bcm5719-llvm-23e4e4587f56e357e2c9cafebaccb48da21effa7.zip |
Make attributes on definition consistent with those on declaration.
llvm-svn: 149701
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 40327d6a07d..ac3a24165e7 100644 --- a/libcxx/src/exception.cpp +++ b/libcxx/src/exception.cpp @@ -201,6 +201,7 @@ std::exception_ptr std::current_exception() _NOEXCEPT #endif // __APPLE__ } +_ATTRIBUTE(noreturn) void std::rethrow_exception(exception_ptr p) { #if HAVE_DEPENDENT_EH_ABI |