summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/clang/0013-Check-for-atomic-double-intrinsics.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/clang/clang/0013-Check-for-atomic-double-intrinsics.patch')
-rw-r--r--recipes-devtools/clang/clang/0013-Check-for-atomic-double-intrinsics.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-devtools/clang/clang/0013-Check-for-atomic-double-intrinsics.patch b/recipes-devtools/clang/clang/0013-Check-for-atomic-double-intrinsics.patch
index 2c51e89..9d92055 100644
--- a/recipes-devtools/clang/clang/0013-Check-for-atomic-double-intrinsics.patch
+++ b/recipes-devtools/clang/clang/0013-Check-for-atomic-double-intrinsics.patch
@@ -1,4 +1,4 @@
1From b9b3041b7bbadef16b3572187b8b5c7b3f4986c9 Mon Sep 17 00:00:00 2001 1From b0310dcff11cade76add2b84f9d694fc626284ee Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com> 2From: Khem Raj <raj.khem@gmail.com>
3Date: Mon, 18 Nov 2019 17:00:29 -0800 3Date: Mon, 18 Nov 2019 17:00:29 -0800
4Subject: [PATCH] Check for atomic<double> intrinsics 4Subject: [PATCH] Check for atomic<double> intrinsics
@@ -9,6 +9,7 @@ therefore detect if clang can use built-ins for atomic<double> if not
9then link libatomic, this helps building clangd for x86 on linux systems 9then link libatomic, this helps building clangd for x86 on linux systems
10with gcc runtime 10with gcc runtime
11 11
12Upstream-Status: Pending
12Signed-off-by: Khem Raj <raj.khem@gmail.com> 13Signed-off-by: Khem Raj <raj.khem@gmail.com>
13--- 14---
14 llvm/cmake/modules/CheckAtomic.cmake | 3 ++- 15 llvm/cmake/modules/CheckAtomic.cmake | 3 ++-