[all-commits] [llvm/llvm-project] ac500f: [asan][clang] Add flag to outline instrumentation

kstoimenov via All-commits all-commits at lists.llvm.org
Wed Jul 14 13:36:53 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ac500fd18f0615c45d9d127bfb576ffa1e11425a
      https://github.com/llvm/llvm-project/commit/ac500fd18f0615c45d9d127bfb576ffa1e11425a
  Author: Kirill Stoimenov <kstoimenov at google.com>
  Date:   2021-07-14 (Wed, 14 Jul 2021)

  Changed paths:
    M clang/docs/AddressSanitizer.rst
    M clang/docs/UsersManual.rst
    M clang/include/clang/Driver/Options.td
    M clang/include/clang/Driver/SanitizerArgs.h
    M clang/lib/Driver/SanitizerArgs.cpp
    A clang/test/CodeGen/asan-use-callbacks.cpp
    M clang/test/Driver/fsanitize.c

  Log Message:
  -----------
  [asan][clang] Add flag to outline instrumentation

Summary This option can be used to reduce the size of the
binary. The trade-off in this case would be the run-time
performance.

Reviewed By: vitalybuka

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




More information about the All-commits mailing list