[all-commits] [llvm/llvm-project] b7fd30: [ASan] Removed unused AddressSanitizerPass functio...

kstoimenov via All-commits all-commits at lists.llvm.org
Mon Feb 28 16:41:52 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b7fd30eac3183993806cc218b6deb39eb625c083
      https://github.com/llvm/llvm-project/commit/b7fd30eac3183993806cc218b6deb39eb625c083
  Author: Kirill Stoimenov <kstoimenov at google.com>
  Date:   2022-03-01 (Tue, 01 Mar 2022)

  Changed paths:
    M llvm/include/llvm/Transforms/Instrumentation/AddressSanitizer.h
    M llvm/lib/Passes/PassRegistry.def
    M llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
    M llvm/test/DebugInfo/Generic/block-asan.ll
    M llvm/test/Instrumentation/AddressSanitizer/X86/asm_cpuid.ll
    M llvm/test/Instrumentation/AddressSanitizer/X86/asm_more_registers_than_available.ll
    M llvm/test/Instrumentation/AddressSanitizer/alloca-offset-lifetime.ll
    M llvm/test/Instrumentation/AddressSanitizer/asan-detect-invalid-pointer-pair.ll
    M llvm/test/Instrumentation/AddressSanitizer/asan-masked-load-store.ll
    M llvm/test/Instrumentation/AddressSanitizer/asan_address_space_attr.ll
    M llvm/test/Instrumentation/AddressSanitizer/byref-args.ll
    M llvm/test/Instrumentation/AddressSanitizer/byval-args.ll
    M llvm/test/Instrumentation/AddressSanitizer/instrument-no-return.ll
    M llvm/test/Instrumentation/AddressSanitizer/local_stack_base.ll
    M llvm/test/Instrumentation/AddressSanitizer/stack-poisoning-byval-args.ll
    M llvm/test/Instrumentation/AddressSanitizer/str-nobuiltin.ll
    M llvm/test/Instrumentation/AddressSanitizer/twice.ll
    M llvm/test/Instrumentation/HWAddressSanitizer/kernel-inline.ll
    M llvm/test/Other/new-pm-print-pipeline.ll
    M llvm/tools/opt/NewPMDriver.cpp

  Log Message:
  -----------
  [ASan] Removed unused AddressSanitizerPass functional pass.

This is a clean-up patch. The functional pass was rolled into the module pass in D112732.

Reviewed By: vitalybuka, aeubanks

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




More information about the All-commits mailing list