aboutsummaryrefslogtreecommitdiffstats
path: root/community/llvm7/0001-Disable-dynamic-lib-tests-for-musl-s-dlclose-is-noop.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-06-17 07:55:51 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-17 09:09:23 +0000
commit42c6c6d7e36b349de49d652bc4818ca02dd5e13d (patch)
treeb64343776e3cb6545a56c1ae68300210c1382d75 /community/llvm7/0001-Disable-dynamic-lib-tests-for-musl-s-dlclose-is-noop.patch
parent8eabc1cab21faad026b7808ad0cd3b041e56ea8c (diff)
downloadaports-42c6c6d7e36b349de49d652bc4818ca02dd5e13d.tar.bz2
aports-42c6c6d7e36b349de49d652bc4818ca02dd5e13d.tar.xz
community/llvm7: move from main
Diffstat (limited to 'community/llvm7/0001-Disable-dynamic-lib-tests-for-musl-s-dlclose-is-noop.patch')
-rw-r--r--community/llvm7/0001-Disable-dynamic-lib-tests-for-musl-s-dlclose-is-noop.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/community/llvm7/0001-Disable-dynamic-lib-tests-for-musl-s-dlclose-is-noop.patch b/community/llvm7/0001-Disable-dynamic-lib-tests-for-musl-s-dlclose-is-noop.patch
new file mode 100644
index 0000000000..1bf2fbb607
--- /dev/null
+++ b/community/llvm7/0001-Disable-dynamic-lib-tests-for-musl-s-dlclose-is-noop.patch
@@ -0,0 +1,22 @@
+From f8e83c4c7866ae830abe9bec15cfe805dd825b6e Mon Sep 17 00:00:00 2001
+From: xentec <xentec@aix0.eu>
+Date: Tue, 12 Sep 2017 07:18:38 +0200
+Subject: [PATCH] Disable dynamic lib tests for musl's dlclose() is noop
+
+---
+ unittests/Support/CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/unittests/Support/CMakeLists.txt b/unittests/Support/CMakeLists.txt
+index 641163e..4f508d9 100644
+--- a/unittests/Support/CMakeLists.txt
++++ b/unittests/Support/CMakeLists.txt
+@@ -75,4 +75,4 @@ set_source_files_properties(AlignOfTest.cpp PROPERTIES COMPILE_FLAGS -w)
+ # ManagedStatic.cpp uses <pthread>.
+ target_link_libraries(SupportTests LLVMTestingSupport ${LLVM_PTHREAD_LIB})
+
+-add_subdirectory(DynamicLibrary)
++# add_subdirectory(DynamicLibrary)
+--
+2.14.1
+