mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-13 18:49:52 +00:00
revert temp workaround
This commit is contained in:
parent
2057c42b98
commit
05ad419a35
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -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
|
* Workaround bug https://bugs.llvm.org/show_bug.cgi?id=42994
|
||||||
(fails to link on Debian buster)
|
(fails to link on Debian buster)
|
||||||
* for Ubuntu xenial: pass PYTHON_EXE to the stage2 build
|
* 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
|
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 14 Aug 2019 13:21:54 +0200
|
||||||
|
|
||||||
|
@ -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}
|
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -130,4 +130,3 @@ clang-riscv64-multiarch.diff
|
|||||||
|
|
||||||
# Compiler-rt - workaround
|
# Compiler-rt - workaround
|
||||||
workaround-bug-42994-use-linker.diff
|
workaround-bug-42994-use-linker.diff
|
||||||
revert-369823-compiler-rt-gwp-asan.diff
|
|
||||||
|
Loading…
Reference in New Issue
Block a user