diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-10-15 19:49:43 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2016-10-15 19:49:43 -0700 |
commit | dd04c7f561c66e6edd9363e5da266fffa3bca26e (patch) | |
tree | d1aca2643c90a20b5a9cd56f40504680b53c84f1 /recipes-devtools/clang/libcxx/0001-use-constexpr-when-using-glibc.patch | |
parent | afcd6a10cf70ffc92f6be8a13e57647635555192 (diff) | |
download | meta-clang-dd04c7f561c66e6edd9363e5da266fffa3bca26e.tar.gz |
clang/llvm: Switch to 4.0.0 development version
3.9 is now branched for morty
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/clang/libcxx/0001-use-constexpr-when-using-glibc.patch')
-rw-r--r-- | recipes-devtools/clang/libcxx/0001-use-constexpr-when-using-glibc.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/clang/libcxx/0001-use-constexpr-when-using-glibc.patch b/recipes-devtools/clang/libcxx/0001-use-constexpr-when-using-glibc.patch index c125c4a..9d2b327 100644 --- a/recipes-devtools/clang/libcxx/0001-use-constexpr-when-using-glibc.patch +++ b/recipes-devtools/clang/libcxx/0001-use-constexpr-when-using-glibc.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 7d5006df84aeec510a07717310e17a35043e1f9e Mon Sep 17 00:00:00 2001 | 1 | From a5b8426cf21c3c303349a5be4d735123f514c435 Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Thu, 19 May 2016 23:22:52 -0700 | 3 | Date: Thu, 19 May 2016 23:22:52 -0700 |
4 | Subject: [PATCH] use constexpr when using glibc | 4 | Subject: [PATCH] use constexpr when using glibc |
@@ -44,5 +44,5 @@ index 38a76ac..0fb1e2f 100644 | |||
44 | condition_variable() _NOEXCEPT {__cv_ = (__libcpp_condvar_t)_LIBCPP_CONDVAR_INITIALIZER;} | 44 | condition_variable() _NOEXCEPT {__cv_ = (__libcpp_condvar_t)_LIBCPP_CONDVAR_INITIALIZER;} |
45 | #endif | 45 | #endif |
46 | -- | 46 | -- |
47 | 2.9.0 | 47 | 2.10.0 |
48 | 48 | ||