summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/libcxx/0001-use-constexpr-when-using-glibc.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-10-15 19:49:43 -0700
committerKhem Raj <raj.khem@gmail.com>2016-10-15 19:49:43 -0700
commitdd04c7f561c66e6edd9363e5da266fffa3bca26e (patch)
treed1aca2643c90a20b5a9cd56f40504680b53c84f1 /recipes-devtools/clang/libcxx/0001-use-constexpr-when-using-glibc.patch
parentafcd6a10cf70ffc92f6be8a13e57647635555192 (diff)
downloadmeta-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.patch4
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 @@
1From 7d5006df84aeec510a07717310e17a35043e1f9e Mon Sep 17 00:00:00 2001 1From a5b8426cf21c3c303349a5be4d735123f514c435 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com> 2From: Khem Raj <raj.khem@gmail.com>
3Date: Thu, 19 May 2016 23:22:52 -0700 3Date: Thu, 19 May 2016 23:22:52 -0700
4Subject: [PATCH] use constexpr when using glibc 4Subject: [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--
472.9.0 472.10.0
48 48