diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-05-19 23:35:43 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2016-05-20 00:15:15 -0700 |
commit | 7364ca41b93841437667c84bb66c15fcb39763d9 (patch) | |
tree | 5f0f6ae79156109f66d817b53a14d7bbc252b5f5 /recipes-devtools/clang/compiler-rt/0001-Remove-fatal-check-for-explicit-COMPILER_RT_DEFAULT_.patch | |
parent | ed0cc9804381763e6c0baebcb2a5793645531a83 (diff) | |
download | meta-clang-7364ca41b93841437667c84bb66c15fcb39763d9.tar.gz |
clang: Switch to master (3.9) branch
Drop upstreamed patches
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/clang/compiler-rt/0001-Remove-fatal-check-for-explicit-COMPILER_RT_DEFAULT_.patch')
-rw-r--r-- | recipes-devtools/clang/compiler-rt/0001-Remove-fatal-check-for-explicit-COMPILER_RT_DEFAULT_.patch | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/recipes-devtools/clang/compiler-rt/0001-Remove-fatal-check-for-explicit-COMPILER_RT_DEFAULT_.patch b/recipes-devtools/clang/compiler-rt/0001-Remove-fatal-check-for-explicit-COMPILER_RT_DEFAULT_.patch index d741b55..1a7b96b 100644 --- a/recipes-devtools/clang/compiler-rt/0001-Remove-fatal-check-for-explicit-COMPILER_RT_DEFAULT_.patch +++ b/recipes-devtools/clang/compiler-rt/0001-Remove-fatal-check-for-explicit-COMPILER_RT_DEFAULT_.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From 14f4f8e55b363037ae881084e4594934a869cf5d Mon Sep 17 00:00:00 2001 | 1 | From b0de87ae88ff187820624d461fbb8fde84a90eb1 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: Tue, 10 May 2016 10:37:55 -0700 | 3 | Date: Tue, 10 May 2016 10:37:55 -0700 |
4 | Subject: [PATCH] Remove fatal check for explicit | 4 | Subject: [PATCH 1/3] Remove fatal check for explicit |
5 | COMPILER_RT_DEFAULT_TARGET_ARCH | 5 | COMPILER_RT_DEFAULT_TARGET_ARCH |
6 | 6 | ||
7 | In OE, we do not deduce float-abi via target triplet | 7 | In OE, we do not deduce float-abi via target triplet |
@@ -11,14 +11,14 @@ ignore the test, we are doing the right job from recipe | |||
11 | 11 | ||
12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
13 | --- | 13 | --- |
14 | cmake/config-ix.cmake | 4 ---- | 14 | cmake/Modules/CompilerRTUtils.cmake | 4 ---- |
15 | 1 file changed, 4 deletions(-) | 15 | 1 file changed, 4 deletions(-) |
16 | 16 | ||
17 | diff --git a/cmake/config-ix.cmake b/cmake/config-ix.cmake | 17 | diff --git a/cmake/Modules/CompilerRTUtils.cmake b/cmake/Modules/CompilerRTUtils.cmake |
18 | index 264085e..299682d 100644 | 18 | index b4a2b48..086d9ba 100644 |
19 | --- a/cmake/config-ix.cmake | 19 | --- a/cmake/Modules/CompilerRTUtils.cmake |
20 | +++ b/cmake/config-ix.cmake | 20 | +++ b/cmake/Modules/CompilerRTUtils.cmake |
21 | @@ -128,10 +128,6 @@ macro(test_target_arch arch def) | 21 | @@ -125,9 +125,5 @@ macro(test_target_arch arch def) |
22 | endif() | 22 | endif() |
23 | if(${CAN_TARGET_${arch}}) | 23 | if(${CAN_TARGET_${arch}}) |
24 | list(APPEND COMPILER_RT_SUPPORTED_ARCH ${arch}) | 24 | list(APPEND COMPILER_RT_SUPPORTED_ARCH ${arch}) |
@@ -28,7 +28,6 @@ index 264085e..299682d 100644 | |||
28 | - message(FATAL_ERROR "Cannot compile for ${arch}:\n${TARGET_${arch}_OUTPUT}") | 28 | - message(FATAL_ERROR "Cannot compile for ${arch}:\n${TARGET_${arch}_OUTPUT}") |
29 | endif() | 29 | endif() |
30 | endmacro() | 30 | endmacro() |
31 | |||
32 | -- | 31 | -- |
33 | 2.8.2 | 32 | 2.8.2 |
34 | 33 | ||