[all-commits] [llvm/llvm-project] c74a70: [LegacyPM] Remove ThreadSanitizerLegacyPass

Fangrui Song via All-commits all-commits at lists.llvm.org
Wed Apr 27 16:25:56 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c74a706893f0667d6aae2d7704d21af97c92dc07
      https://github.com/llvm/llvm-project/commit/c74a706893f0667d6aae2d7704d21af97c92dc07
  Author: Fangrui Song <i at maskray.me>
  Date:   2022-04-27 (Wed, 27 Apr 2022)

  Changed paths:
    M llvm/bindings/go/llvm/InstrumentationBindings.cpp
    M llvm/bindings/go/llvm/InstrumentationBindings.h
    M llvm/bindings/go/llvm/transforms_instrumentation.go
    M llvm/include/llvm/InitializePasses.h
    M llvm/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h
    M llvm/lib/Transforms/Instrumentation/Instrumentation.cpp
    M llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp

  Log Message:
  -----------
  [LegacyPM] Remove ThreadSanitizerLegacyPass

Using the legacy PM for the optimization pipeline was deprecated in 13.0.0.
Following recent changes to remove non-core features of the legacy
PM/optimization pipeline, remove ThreadSanitizerLegacyPass.

Reviewed By: #sanitizers, vitalybuka

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




More information about the All-commits mailing list