Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
dfsan removal can use the dedicated D124594 . Other legacy instrumentation passes can use this patch:)
Paths
| Differential D136615
[Instrumentation] Remove legacy passes ClosedPublic Authored by aeubanks on Oct 24 2022, 9:29 AM.
Details
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 24 2022, 9:29 AM Comment Actions dfsan removal can use the dedicated D124594 . Other legacy instrumentation passes can use this patch:) This revision is now accepted and ready to land.Oct 25 2022, 10:53 AM Comment Actions
My fault. Updated my previous comment. Pushed it:) This revision was landed with ongoing or failed builds.Oct 25 2022, 1:14 PM Closed by commit rGef37504879ee: [Instrumentation] Remove legacy passes (authored by aeubanks). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 470602 clang/tools/clang-fuzzer/fuzzer-initialize/fuzzer_initialize.cpp
llvm/bindings/python/llvm/core.py
llvm/include/llvm-c/Initialization.h
llvm/include/llvm/InitializePasses.h
llvm/include/llvm/LinkAllPasses.h
llvm/include/llvm/Transforms/Instrumentation/BoundsChecking.h
llvm/lib/Transforms/Instrumentation/BoundsChecking.cpp
llvm/lib/Transforms/Instrumentation/Instrumentation.cpp
llvm/lib/Transforms/Instrumentation/MemProfiler.cpp
llvm/tools/bugpoint/bugpoint.cpp
llvm/tools/llvm-opt-fuzzer/llvm-opt-fuzzer.cpp
|