[all-commits] [llvm/llvm-project] 027ffb: [ASan] Moved optimized callbacks into a separate l...

kstoimenov via All-commits all-commits at lists.llvm.org
Wed Jan 5 09:27:03 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 027ffb173a6808ababe4c353e2d5d114c1e24d60
      https://github.com/llvm/llvm-project/commit/027ffb173a6808ababe4c353e2d5d114c1e24d60
  Author: Kirill Stoimenov <kstoimenov at google.com>
  Date:   2022-01-05 (Wed, 05 Jan 2022)

  Changed paths:
    M compiler-rt/lib/asan/CMakeLists.txt
    A compiler-rt/lib/asan/asan_rtl_static.cpp
    M compiler-rt/lib/asan/tests/CMakeLists.txt

  Log Message:
  -----------
  [ASan] Moved optimized callbacks into a separate library.

This will allow linking in the callbacks directly instead of using PLT.

Reviewed By: vitalybuka

Differential Revision: https://reviews.llvm.org/D116182




More information about the All-commits mailing list