aboutsummaryrefslogtreecommitdiffstats
path: root/community/llvm5/0001-Disable-dynamic-lib-tests-for-musl-s-dlclose-is-noop.patch
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2019-08-11 22:21:15 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-08-11 17:26:22 -0300
commitbb51a7beb58a9d9d285f409b81ee03001b1c700a (patch)
tree48e9f86f5ffd862d86b4635c345ad68cdcc0000e /community/llvm5/0001-Disable-dynamic-lib-tests-for-musl-s-dlclose-is-noop.patch
parent8cfd3538acb4e2fcaa7aa9e6ad90e8c342bdc0f6 (diff)
downloadaports-bb51a7beb58a9d9d285f409b81ee03001b1c700a.tar.bz2
aports-bb51a7beb58a9d9d285f409b81ee03001b1c700a.tar.xz
unmaintained/llvm5: move from community
Diffstat (limited to 'community/llvm5/0001-Disable-dynamic-lib-tests-for-musl-s-dlclose-is-noop.patch')
-rw-r--r--community/llvm5/0001-Disable-dynamic-lib-tests-for-musl-s-dlclose-is-noop.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/community/llvm5/0001-Disable-dynamic-lib-tests-for-musl-s-dlclose-is-noop.patch b/community/llvm5/0001-Disable-dynamic-lib-tests-for-musl-s-dlclose-is-noop.patch
deleted file mode 100644
index 1bf2fbb607..0000000000
--- a/community/llvm5/0001-Disable-dynamic-lib-tests-for-musl-s-dlclose-is-noop.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-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
-