[all-commits] [llvm/llvm-project] f71c55: [ASan] Shared optimized callbacks implementation.

kstoimenov via All-commits all-commits at lists.llvm.org
Wed Dec 8 16:00:42 PST 2021


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

  Changed paths:
    M compiler-rt/lib/asan/CMakeLists.txt
    M compiler-rt/lib/asan/asan_interface.inc
    A compiler-rt/lib/asan/asan_rtl_x86_64.S
    M compiler-rt/lib/asan/tests/asan_noinst_test.cpp
    M compiler-rt/test/asan/TestCases/Linux/interface_symbols_linux.cpp

  Log Message:
  -----------
  [ASan] Shared optimized callbacks implementation.

This change moves optimized callbacks from each .o file to compiler-rt. Instead of using code generation it uses direct assembly implementation. Please note that the 'or' version is not implemented and it will produce unresolved external if somehow 'or' version is requested.

Reviewed By: vitalybuka

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




More information about the All-commits mailing list