summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/compiler-rt/0001-support-a-new-embedded-linux-target.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-08-24 19:10:35 -0700
committerKhem Raj <raj.khem@gmail.com>2018-09-09 07:59:31 -0700
commit12b98a5e70fc680e16dfe9e76e844d0d8276fa67 (patch)
treee3ed645c3b600287ea9e2fd1f5444c697b2dad0e /recipes-devtools/clang/compiler-rt/0001-support-a-new-embedded-linux-target.patch
parent9a0bd29eac2be5f88e3e198929181d3591dd7ec7 (diff)
downloadmeta-clang-12b98a5e70fc680e16dfe9e76e844d0d8276fa67.tar.gz
recipes: Upgrade to clang 7.0.0 Release (rc2)
- Update compiler-rt/llvm/clang/lld licence checksums Triggerred due to copyright year update to 2018 Add libunwind and libcxxabi license to checksum list too - Switch to https protocol for fetching from github - Fix _finite functions on musl - Package new .so files built with clang - package libLLVM-${MAJOR_VER}.so as well since llvm-7 generates it without MINOR_VERSION Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/clang/compiler-rt/0001-support-a-new-embedded-linux-target.patch')
-rw-r--r--recipes-devtools/clang/compiler-rt/0001-support-a-new-embedded-linux-target.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-devtools/clang/compiler-rt/0001-support-a-new-embedded-linux-target.patch b/recipes-devtools/clang/compiler-rt/0001-support-a-new-embedded-linux-target.patch
index c844119..19651d1 100644
--- a/recipes-devtools/clang/compiler-rt/0001-support-a-new-embedded-linux-target.patch
+++ b/recipes-devtools/clang/compiler-rt/0001-support-a-new-embedded-linux-target.patch
@@ -1,13 +1,13 @@
1From 1a82e4a75ef6bf24597e886446ca06aa063a0c7f Mon Sep 17 00:00:00 2001 1From 0bff81915ecc52416e20b7226dddf6d7f3df29c9 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com> 2From: Khem Raj <raj.khem@gmail.com>
3Date: Sun, 19 Apr 2015 15:16:23 -0700 3Date: Sun, 19 Apr 2015 15:16:23 -0700
4Subject: [PATCH 1/5] support a new embedded linux target 4Subject: [PATCH 1/5] support a new embedded linux target
5 5
6Signed-off-by: Khem Raj <raj.khem@gmail.com> 6Signed-off-by: Khem Raj <raj.khem@gmail.com>
7--- 7---
8 lib/builtins/int_util.c | 3 +- 8 lib/builtins/int_util.c | 3 +-
9 make/platform/clang_linux_embedded.mk | 286 ++++++++++++++++++++++++ 9 make/platform/clang_linux_embedded.mk | 286 ++++++++++++++++++
10 make/platform/clang_linux_embedded_test_input.c | 0 10 .../clang_linux_embedded_test_input.c | 0
11 3 files changed, 287 insertions(+), 2 deletions(-) 11 3 files changed, 287 insertions(+), 2 deletions(-)
12 create mode 100644 make/platform/clang_linux_embedded.mk 12 create mode 100644 make/platform/clang_linux_embedded.mk
13 create mode 100644 make/platform/clang_linux_embedded_test_input.c 13 create mode 100644 make/platform/clang_linux_embedded_test_input.c
@@ -322,5 +322,5 @@ diff --git a/make/platform/clang_linux_embedded_test_input.c b/make/platform/cla
322new file mode 100644 322new file mode 100644
323index 000000000..e69de29bb 323index 000000000..e69de29bb
324-- 324--
3252.16.1 3252.18.0
326 326