[PATCH] D120674: [ASan] Removed unused AddressSanitizerPass functional pass.

Kirill Stoimenov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 28 13:46:34 PST 2022


kstoimenov updated this revision to Diff 411884.
kstoimenov added a comment.

Removed some extra occurrences of asan-function-pipeline.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120674/new/

https://reviews.llvm.org/D120674

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120674.411884.patch
Type: text/x-patch
Size: 17122 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220228/432b6994/attachment.bin>


More information about the llvm-commits mailing list