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

kstoimenov via All-commits all-commits at lists.llvm.org
Thu Dec 23 08:41:23 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ab3640aa0e8361921a5d0cdc393a5b75e78ec22b
      https://github.com/llvm/llvm-project/commit/ab3640aa0e8361921a5d0cdc393a5b75e78ec22b
  Author: Kirill Stoimenov <kstoimenov at google.com>
  Date:   2021-12-23 (Thu, 23 Dec 2021)

  Changed paths:
    M clang/lib/Driver/ToolChains/CommonArgs.cpp
    M clang/test/Driver/sanitizer-ld.c
    M compiler-rt/lib/asan/CMakeLists.txt
    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