From c1dbc0aa3bc9cc9e51fa00d9cd07b8ab5acf3ce9 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 22 May 2017 18:38:27 -0700 Subject: clang/llvm: Move to upcoming 5.0.0 ( trunk ) release Signed-off-by: Khem Raj --- .../0001-support-a-new-embedded-linux-target.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'recipes-devtools/clang/compiler-rt/0001-support-a-new-embedded-linux-target.patch') 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 111c556..45bd645 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,7 +1,7 @@ -From 2d08c5752ce9d3170798d12d46827e85a6e8ef42 Mon Sep 17 00:00:00 2001 +From 489a11bdd48c04983e5d042808b91c9f9844d403 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 19 Apr 2015 15:16:23 -0700 -Subject: [PATCH 1/3] support a new embedded linux target +Subject: [PATCH 1/4] support a new embedded linux target Signed-off-by: Khem Raj --- @@ -13,7 +13,7 @@ Signed-off-by: Khem Raj create mode 100644 make/platform/clang_linux_embedded_test_input.c diff --git a/lib/builtins/int_util.c b/lib/builtins/int_util.c -index 420d1e2..0e46141 100644 +index 420d1e237..0e4614100 100644 --- a/lib/builtins/int_util.c +++ b/lib/builtins/int_util.c @@ -48,8 +48,7 @@ void compilerrt_abort_impl(const char *file, int line, const char *function) { @@ -28,7 +28,7 @@ index 420d1e2..0e46141 100644 __attribute__((visibility("hidden"))) diff --git a/make/platform/clang_linux_embedded.mk b/make/platform/clang_linux_embedded.mk new file mode 100644 -index 0000000..d0a8900 +index 000000000..d0a890075 --- /dev/null +++ b/make/platform/clang_linux_embedded.mk @@ -0,0 +1,286 @@ @@ -320,7 +320,7 @@ index 0000000..d0a8900 +FUNCTIONS.hard_pic.x86_64 := $(FUNCTIONS_X86_64) diff --git a/make/platform/clang_linux_embedded_test_input.c b/make/platform/clang_linux_embedded_test_input.c new file mode 100644 -index 0000000..e69de29 +index 000000000..e69de29bb -- -2.10.0 +2.13.0 -- cgit v1.2.3-54-g00ecf