rebase of the patch

This commit is contained in:
Sylvestre Ledru 2019-10-25 11:16:58 +02:00
parent ea6db39b83
commit 3f7aab31eb

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_10~+20191025004812+60b403e75cd/compiler-rt/lib/CMakeLists.txt Index: llvm-toolchain-snapshot_10~+20191025092207+24ef631f433/compiler-rt/lib/CMakeLists.txt
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_10~+20191025004812+60b403e75cd.orig/compiler-rt/lib/CMakeLists.txt --- llvm-toolchain-snapshot_10~+20191025092207+24ef631f433.orig/compiler-rt/lib/CMakeLists.txt
+++ llvm-toolchain-snapshot_10~+20191025004812+60b403e75cd/compiler-rt/lib/CMakeLists.txt +++ llvm-toolchain-snapshot_10~+20191025092207+24ef631f433/compiler-rt/lib/CMakeLists.txt
@@ -56,6 +56,6 @@ if(COMPILER_RT_BUILD_XRAY) @@ -56,6 +56,6 @@ if(COMPILER_RT_BUILD_XRAY)
compiler_rt_build_runtime(xray) compiler_rt_build_runtime(xray)
endif() endif()