[all-commits] [llvm/llvm-project] acc972: [NFC] [HWASan] Remove indirection for getting anal...

Florian Mayer via All-commits all-commits at lists.llvm.org
Wed Jun 22 10:53:37 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: acc9721e3866973544ad9315b8b1f1b29387e4c9
      https://github.com/llvm/llvm-project/commit/acc9721e3866973544ad9315b8b1f1b29387e4c9
  Author: Florian Mayer <fmayer at google.com>
  Date:   2022-06-22 (Wed, 22 Jun 2022)

  Changed paths:
    M llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp

  Log Message:
  -----------
  [NFC] [HWASan] Remove indirection for getting analyses.

This was necessary for code reuse between the old and new passmanager.
With the old pass-manager gone, this is no longer necessary.

Reviewed By: eugenis, myhsu

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




More information about the All-commits mailing list