View | Details | Raw Unified | Return to bug 250530
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 141-147 Link Here
141
LLDB_VARS=		_USES_PYTHON=python:3.6+
141
LLDB_VARS=		_USES_PYTHON=python:3.6+
142
OPENMP_DESC=		Install libomp, the LLVM OpenMP runtime library
142
OPENMP_DESC=		Install libomp, the LLVM OpenMP runtime library
143
OPENMP_DISTFILES=	openmp-${DISTVERSION}.src${EXTRACT_SUFX}
143
OPENMP_DISTFILES=	openmp-${DISTVERSION}.src${EXTRACT_SUFX}
144
OPENMP_EXTRA_PATCHES=	openmp
144
OPENMP_EXTRA_PATCHES=	${PATCHDIR}/openmp
145
PYCLANG_DESC=	Install python bindings to libclang
145
PYCLANG_DESC=	Install python bindings to libclang
146
PYCLANG_IMPLIES=	CLANG
146
PYCLANG_IMPLIES=	CLANG
147
PYCLANG_VARS=	_USES_PYTHON=python:3.6+
147
PYCLANG_VARS=	_USES_PYTHON=python:3.6+
(-)files/openmp/patch-ea99c09 (-4 / +4 lines)
Lines 14-21 Link Here
14
14
15
diff --git a/openmp/runtime/src/kmp_affinity.h b/openmp/runtime/src/kmp_affinity.h
15
diff --git a/openmp/runtime/src/kmp_affinity.h b/openmp/runtime/src/kmp_affinity.h
16
index f270bb6dbb8..664a4239319 100644
16
index f270bb6dbb8..664a4239319 100644
17
--- a/openmp/runtime/src/kmp_affinity.h
17
--- projects/openmp/runtime/src/kmp_affinity.h
18
+++ b/openmp/runtime/src/kmp_affinity.h
18
+++ projects/openmp/runtime/src/kmp_affinity.h
19
@@ -303,8 +303,9 @@ class KMPNativeAffinity : public KMPAffinity {
19
@@ -303,8 +303,9 @@ class KMPNativeAffinity : public KMPAffinity {
20
       int retval =
20
       int retval =
21
           syscall(__NR_sched_getaffinity, 0, __kmp_affin_mask_size, mask);
21
           syscall(__NR_sched_getaffinity, 0, __kmp_affin_mask_size, mask);
Lines 40-47 Link Here
40
         return 0;
40
         return 0;
41
diff --git a/openmp/runtime/src/z_Linux_util.cpp b/openmp/runtime/src/z_Linux_util.cpp
41
diff --git a/openmp/runtime/src/z_Linux_util.cpp b/openmp/runtime/src/z_Linux_util.cpp
42
index 1daa3d31047..5e2d1bd4a2f 100644
42
index 1daa3d31047..5e2d1bd4a2f 100644
43
--- a/openmp/runtime/src/z_Linux_util.cpp
43
--- projects/openmp/runtime/src/z_Linux_util.cpp
44
+++ b/openmp/runtime/src/z_Linux_util.cpp
44
+++ projects/openmp/runtime/src/z_Linux_util.cpp
45
@@ -164,7 +164,7 @@ void __kmp_affinity_determine_capable(const char *env_var) {
45
@@ -164,7 +164,7 @@ void __kmp_affinity_determine_capable(const char *env_var) {
46
   if (gCode > 0) { // Linux* OS only
46
   if (gCode > 0) { // Linux* OS only
47
     // The optimal situation: the OS returns the size of the buffer it expects.
47
     // The optimal situation: the OS returns the size of the buffer it expects.

Return to bug 250530