[all-commits] [llvm/llvm-project] 02997f: Revert "[asan] Run background thread for asan only...

Andrew Browne via All-commits all-commits at lists.llvm.org
Wed Dec 8 16:43:46 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 02997febe61597b7c3f215534c5adce851ba8963
      https://github.com/llvm/llvm-project/commit/02997febe61597b7c3f215534c5adce851ba8963
  Author: Andrew Browne <browneee at google.com>
  Date:   2021-12-08 (Wed, 08 Dec 2021)

  Changed paths:
    M compiler-rt/lib/asan/asan_rtl.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_allocator.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_common_libcdep.cpp

  Log Message:
  -----------
  Revert "[asan] Run background thread for asan only on THUMB"

This reverts commit 5c27740238007d22f2d0cd0ebe2aaffa90a9c92b.

Reverting due to Windows build issue:

sanitizer_stackdepot.cpp.obj : error LNK2005: "void __cdecl __sanitizer::StackDepotStopBackgroundThread(void)" (?StackDepotStopBackgroundThread at __sanitizer@@YAXXZ) already defined in sanitizer_common_libcdep.cpp.obj
LINK : fatal error LNK1181: cannot open input file 'projects\compiler-rt\lib\asan\CMakeFiles\RTAsan_dynamic.x86_64.dir\asan_rtl_x86_64.S.obj'




More information about the All-commits mailing list