From 01d290ce39afb471dbfb152933f5dbe457ab770b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 8 Aug 2017 09:14:12 -0700 Subject: clang/llvm/libcxx/libunwind: Update to latest on release_50 Signed-off-by: Khem Raj --- recipes-devtools/clang/clang.inc | 8 +++--- ...-libcxx-Do-not-include-xlocale.h-on-glibc.patch | 30 ---------------------- recipes-devtools/clang/common.inc | 1 - 3 files changed, 4 insertions(+), 35 deletions(-) delete mode 100644 recipes-devtools/clang/clang/0002-libcxx-Do-not-include-xlocale.h-on-glibc.patch diff --git a/recipes-devtools/clang/clang.inc b/recipes-devtools/clang/clang.inc index fd8d55e..e53447f 100644 --- a/recipes-devtools/clang/clang.inc +++ b/recipes-devtools/clang/clang.inc @@ -12,12 +12,12 @@ MINOR_VER="0" PATCH_VER="0" PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" BRANCH = "release_50" -SRCREV_llvm = "6db41ec7eed260c38c6fdfc9b9113c7917bc3caa" -SRCREV_clang = "c4d55f5857a1e3a7f41bc75914fd43da30ae6326" +SRCREV_llvm = "a971137ca9907d1f9c630915f11f8f3d42a3cb84" +SRCREV_clang = "8df2b6dec1451e65ab500939da3e9bf394236a42" SRCREV_compiler-rt = "e6bb43d8b68ab16a71b060fc32fcba18d20f8828" SRCREV_cxxabi = "5df6b5da0deba63bbf9046bcaa385241c4d72847" -SRCREV_libcxx = "526c3a93942714925a19bdd6206b5698227575dc" -SRCREV_libunwind = "1ca29a43cbf8e4102edf9221a69a4b90f9b6da09" +SRCREV_libcxx = "ef34b82889be4aa6438da96868f3c5d9fd38edcc" +SRCREV_libunwind = "08a9d8430b8096d8963e9bc9c2a05f32816dd8a0" SRCREV_lld = "a9f9e258f5e7f636bd35a53d48ac4bcaefa0a6dc" SRCREV_lldb = "d8edb413bc1766fd33290db3e1ddd8715f982dee" SRCREV_openmp = "1333cd34fa88de8461c0dbd2fbd439321073a334" diff --git a/recipes-devtools/clang/clang/0002-libcxx-Do-not-include-xlocale.h-on-glibc.patch b/recipes-devtools/clang/clang/0002-libcxx-Do-not-include-xlocale.h-on-glibc.patch deleted file mode 100644 index ed48ec0..0000000 --- a/recipes-devtools/clang/clang/0002-libcxx-Do-not-include-xlocale.h-on-glibc.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 906b5542f9b2c608ae1782b1c1c2dcd710fb84c8 Mon Sep 17 00:00:00 2001 -From: Khem Raj -Date: Thu, 20 Jul 2017 12:58:30 -0700 -Subject: [PATCH] libcxx: Do not include xlocale.h on glibc - -xlocale.h has been removed from glibc 2.26 -see -https://sourceware.org/glibc/wiki/Release/2.26#Packaging_Changes - -Signed-off-by: Khem Raj ---- - include/__locale | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/include/__locale b/include/__locale -index 766842294..91ed9e709 100644 ---- a/include/__locale -+++ b/include/__locale -@@ -34,7 +34,7 @@ - # include - #elif defined(_NEWLIB_VERSION) - # include --#elif (defined(__GLIBC__) || defined(__APPLE__) || defined(__FreeBSD__) \ -+#elif (defined(__APPLE__) || defined(__FreeBSD__) \ - || defined(__EMSCRIPTEN__) || defined(__IBMCPP__)) - # include - #elif defined(__Fuchsia__) --- -2.13.3 - diff --git a/recipes-devtools/clang/common.inc b/recipes-devtools/clang/common.inc index 9691e6a..f5e7acb 100644 --- a/recipes-devtools/clang/common.inc +++ b/recipes-devtools/clang/common.inc @@ -27,5 +27,4 @@ LIBCXXABIPATCHES ="\ # libc++ patches LIBCXXPATCHES = "\ - file://0002-libcxx-Do-not-include-xlocale.h-on-glibc.patch;patchdir=projects/libcxx \ " -- cgit v1.2.3-54-g00ecf