[all-commits] [llvm/llvm-project] 0d846d: Revert "[NFC][LSAN] Move ThreadCreate into child t...

Vitaly Buka via All-commits all-commits at lists.llvm.org
Tue May 16 10:50:11 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0d846d206e709797a8bbe65ec648878dc2853434
      https://github.com/llvm/llvm-project/commit/0d846d206e709797a8bbe65ec648878dc2853434
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2023-05-16 (Tue, 16 May 2023)

  Changed paths:
    M compiler-rt/lib/lsan/lsan_interceptors.cpp

  Log Message:
  -----------
  Revert "[NFC][LSAN] Move ThreadCreate into child thread"

https://bugs.chromium.org/p/chromium/issues/detail?id=1445676

This reverts commit 6d7b26ae49b9273d9aea4e53a96901caeb09efe0.


  Commit: d2b434b4e963ed32df42fc31d9408decef436b3e
      https://github.com/llvm/llvm-project/commit/d2b434b4e963ed32df42fc31d9408decef436b3e
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2023-05-16 (Tue, 16 May 2023)

  Changed paths:
    M compiler-rt/lib/lsan/lsan_interceptors.cpp
    M compiler-rt/lib/lsan/lsan_thread.cpp
    M compiler-rt/lib/lsan/lsan_thread.h
    M compiler-rt/test/lsan/TestCases/create_thread_leak.cpp

  Log Message:
  -----------
  Revert "[LSAN] Use ThreadArgRetval in LSAN"

https://bugs.chromium.org/p/chromium/issues/detail?id=1445676

This reverts commit 20a3c6e84e0955ac20762c35e8c2435017ae967d.


  Commit: dcd4c3c3fd0995912944f3dd7f89ab700d763032
      https://github.com/llvm/llvm-project/commit/dcd4c3c3fd0995912944f3dd7f89ab700d763032
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2023-05-16 (Tue, 16 May 2023)

  Changed paths:
    M compiler-rt/lib/asan/asan_interceptors.cpp
    M compiler-rt/lib/asan/asan_thread.cpp
    M compiler-rt/lib/asan/asan_thread.h
    M compiler-rt/lib/sanitizer_common/sanitizer_thread_arg_retval.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_thread_arg_retval.h
    M compiler-rt/test/lsan/TestCases/create_thread_leak.cpp

  Log Message:
  -----------
  Revert "[ASAN] Use ThreadArgRetval in ASAN"

https://bugs.chromium.org/p/chromium/issues/detail?id=1445676

This reverts commit 1030bd181eb74b67b7ea51631ce4becca410c406.


Compare: https://github.com/llvm/llvm-project/compare/4d84ed528358...dcd4c3c3fd09


More information about the All-commits mailing list