[all-commits] [llvm/llvm-project] f161e8: Revert "[lsan] On Fuchsia, don't use atexit hook f...

Nikita Popov via All-commits all-commits at lists.llvm.org
Wed Sep 23 12:11:20 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f161e84c10b6eb2255345ebfaaa2bbadb4b0fe2a
      https://github.com/llvm/llvm-project/commit/f161e84c10b6eb2255345ebfaaa2bbadb4b0fe2a
  Author: Nikita Popov <nikita.ppv at gmail.com>
  Date:   2020-09-23 (Wed, 23 Sep 2020)

  Changed paths:
    M compiler-rt/lib/asan/asan_fuchsia.cpp
    M compiler-rt/lib/asan/asan_internal.h
    M compiler-rt/lib/asan/asan_posix.cpp
    M compiler-rt/lib/asan/asan_rtl.cpp
    M compiler-rt/lib/asan/asan_win.cpp
    M compiler-rt/lib/lsan/lsan.cpp
    M compiler-rt/lib/lsan/lsan.h
    M compiler-rt/lib/lsan/lsan_common_fuchsia.cpp
    M compiler-rt/lib/lsan/lsan_fuchsia.cpp
    M compiler-rt/lib/lsan/lsan_posix.cpp

  Log Message:
  -----------
  Revert "[lsan] On Fuchsia, don't use atexit hook for leak checks"

This reverts commit 0caad9fe441d5ee562e96d8b30b5574b492a933a.
This reverts commit c96d0cceb684fa176b51d7df5f4f8370e2c983f4.

Causes linker errors which were not fixed by the subsequent commit
either:

/home/nikic/llvm-project/compiler-rt/lib/asan/asan_rtl.cpp:503: error: undefined reference to '__asan::InstallAtExitCheckLeaks()'




More information about the All-commits mailing list