revert temp workaround

This commit is contained in:
Sylvestre Ledru 2019-08-26 20:41:53 +02:00
parent 2057c42b98
commit 05ad419a35
3 changed files with 0 additions and 19 deletions

1
debian/changelog vendored
View File

@ -3,7 +3,6 @@ llvm-toolchain-snapshot (1:10~svn368740-1~exp2) experimental; urgency=medium
* Workaround bug https://bugs.llvm.org/show_bug.cgi?id=42994
(fails to link on Debian buster)
* for Ubuntu xenial: pass PYTHON_EXE to the stage2 build
* Revert 369823. See https://reviews.llvm.org/D66682#1644286
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 14 Aug 2019 13:21:54 +0200

View File

@ -1,17 +0,0 @@
Index: llvm-toolchain-snapshot_10~svn369866/compiler-rt/lib/gwp_asan/CMakeLists.txt
===================================================================
--- llvm-toolchain-snapshot_10~svn369866.orig/compiler-rt/lib/gwp_asan/CMakeLists.txt
+++ llvm-toolchain-snapshot_10~svn369866/compiler-rt/lib/gwp_asan/CMakeLists.txt
@@ -105,9 +105,9 @@ if (COMPILER_RT_HAS_GWP_ASAN)
# core is to link it against a dummy main when DLLVM_USE_SANITIZE_COVERAGE
# isn't specified. Instead, here we only build fuzz targets if clang version
# is >= 6.0.
- if (COMPILER_RT_BUILD_LIBFUZZER AND
- "${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang" AND
- CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 6.0)
+ if (COMPILER_RT_BUILD_LIBFUZZER AND
+ ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang") AND
+ CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 6.0)
add_executable(stack_trace_compressor_fuzzer
stack_trace_compressor_fuzzer.cpp
${GWP_ASAN_SOURCES}

View File

@ -130,4 +130,3 @@ clang-riscv64-multiarch.diff
# Compiler-rt - workaround
workaround-bug-42994-use-linker.diff
revert-369823-compiler-rt-gwp-asan.diff