| commit | 12a10bc0460101a7f085de6f476d27bc7de467d6 | [log] [tgz] |
|---|---|---|
| author | Nick Kledzik <kledzik@apple.com> | Tue Aug 02 05:01:17 2011 +0000 |
| committer | Nick Kledzik <kledzik@apple.com> | Tue Aug 02 05:01:17 2011 +0000 |
| tree | 32aec27f0a775dec5349d1c9396b50117f3d12c8 | |
| parent | 3c05b7c161d8b7a8928f0d1a193d988f027271e9 [diff] [blame] |
make LIBCXXABI_NORETURN be the right attribute llvm-svn: 136680
diff --git a/libcxxabi/include/cxxabi.h b/libcxxabi/include/cxxabi.h index 79b5597..196e230 100644 --- a/libcxxabi/include/cxxabi.h +++ b/libcxxabi/include/cxxabi.h
@@ -18,7 +18,7 @@ #include <stddef.h> #include <stdint.h> -#define LIBCXXABI_NORETURN +#define LIBCXXABI_NORETURN __attribute__((noreturn)) namespace std { class type_info; // forward declaration