rebase of the patches

This commit is contained in:
Sylvestre Ledru 2020-10-16 23:33:42 +02:00
parent 21f3d7c76b
commit cadea8b5ed

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_11~++20200418115741+8e0c5f72005/compiler-rt/lib/CMakeLists.txt Index: llvm-toolchain-snapshot_12~++20201016112810+f16cecf3752/compiler-rt/lib/CMakeLists.txt
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_11~++20200418115741+8e0c5f72005.orig/compiler-rt/lib/CMakeLists.txt --- llvm-toolchain-snapshot_12~++20201016112810+f16cecf3752.orig/compiler-rt/lib/CMakeLists.txt
+++ llvm-toolchain-snapshot_11~++20200418115741+8e0c5f72005/compiler-rt/lib/CMakeLists.txt +++ llvm-toolchain-snapshot_12~++20201016112810+f16cecf3752/compiler-rt/lib/CMakeLists.txt
@@ -57,7 +57,10 @@ if(COMPILER_RT_BUILD_XRAY) @@ -57,7 +57,10 @@ if(COMPILER_RT_BUILD_XRAY)
endif() endif()
@ -13,11 +13,11 @@ Index: llvm-toolchain-snapshot_11~++20200418115741+8e0c5f72005/compiler-rt/lib/C
+ endif() + endif()
endif() endif()
# It doesn't normally make sense to build runtimes when a sanitizer is enabled, if(COMPILER_RT_BUILD_MEMPROF AND COMPILER_RT_HAS_SANITIZER_COMMON AND
Index: llvm-toolchain-snapshot_11~++20200418115741+8e0c5f72005/compiler-rt/test/CMakeLists.txt Index: llvm-toolchain-snapshot_12~++20201016112810+f16cecf3752/compiler-rt/test/CMakeLists.txt
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_11~++20200418115741+8e0c5f72005.orig/compiler-rt/test/CMakeLists.txt --- llvm-toolchain-snapshot_12~++20201016112810+f16cecf3752.orig/compiler-rt/test/CMakeLists.txt
+++ llvm-toolchain-snapshot_11~++20200418115741+8e0c5f72005/compiler-rt/test/CMakeLists.txt +++ llvm-toolchain-snapshot_12~++20201016112810+f16cecf3752/compiler-rt/test/CMakeLists.txt
@@ -55,7 +55,10 @@ if(COMPILER_RT_CAN_EXECUTE_TESTS) @@ -55,7 +55,10 @@ if(COMPILER_RT_CAN_EXECUTE_TESTS)
# OpenBSD not supporting asan, cannot run the tests # OpenBSD not supporting asan, cannot run the tests