qi: Bump to release candidate 2.12-rc2
[dragora.git] / patches / llvm / 0001-Disable-dynamic-lib-tests-for-musl-s-dlclose-is-noop.patch
blobe0cb43a22571c9857e59cc8ddafa287d45c691f1
1 From f8e83c4c7866ae830abe9bec15cfe805dd825b6e Mon Sep 17 00:00:00 2001
2 From: xentec <xentec@aix0.eu>
3 Date: Tue, 12 Sep 2017 07:18:38 +0200
4 Subject: [PATCH] Disable dynamic lib tests for musl's dlclose() is noop
6 ---
7 unittests/Support/CMakeLists.txt | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
10 diff --git a/unittests/Support/CMakeLists.txt b/unittests/Support/CMakeLists.txt
11 index 641163e..4f508d9 100644
12 --- a/llvm/unittests/Support/CMakeLists.txt
13 +++ b/llvm/unittests/Support/CMakeLists.txt
14 @@ -124,5 +124,5 @@
16 if(NOT LLVM_INTEGRATED_CRT_ALLOC)
17 # The test doesn't pass when using a custom allocator, PR47881.
18 - add_subdirectory(DynamicLibrary)
19 + # add_subdirectory(DynamicLibrary)
20 endif()