[all-commits] [llvm/llvm-project] 76ea87: [ASan] Process functions in Asan module pass

kstoimenov via All-commits all-commits at lists.llvm.org
Wed Nov 3 10:52:03 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 76ea87b94e5cba335d691e4e18e3464ad45c8b52
      https://github.com/llvm/llvm-project/commit/76ea87b94e5cba335d691e4e18e3464ad45c8b52
  Author: Kirill Stoimenov <kstoimenov at google.com>
  Date:   2021-11-03 (Wed, 03 Nov 2021)

  Changed paths:
    M clang/lib/CodeGen/BackendUtil.cpp
    M llvm/include/llvm/Transforms/Instrumentation/AddressSanitizer.h
    M llvm/lib/Passes/PassRegistry.def
    M llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
    M llvm/test/Instrumentation/SanitizerCoverage/tracing-comdat.ll
    M llvm/test/Other/new-pm-print-pipeline.ll
    M llvm/tools/opt/NewPMDriver.cpp

  Log Message:
  -----------
  [ASan] Process functions in Asan module pass

This came up as recommendation while reviewing D112098.

Reviewed By: vitalybuka

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




More information about the All-commits mailing list