[all-commits] [llvm/llvm-project] df0b89: [opt] Remove -analyze option
aeubanks via All-commits
all-commits at lists.llvm.org
Thu Mar 24 14:11:23 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: df0b893d94e69856754a4247a44fd97d4a69b001
https://github.com/llvm/llvm-project/commit/df0b893d94e69856754a4247a44fd97d4a69b001
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2022-03-24 (Thu, 24 Mar 2022)
Changed paths:
M llvm/tools/opt/CMakeLists.txt
M llvm/tools/opt/NewPMDriver.cpp
R llvm/tools/opt/PassPrinters.cpp
R llvm/tools/opt/PassPrinters.h
M llvm/tools/opt/opt.cpp
M llvm/utils/gn/secondary/llvm/tools/opt/BUILD.gn
Log Message:
-----------
[opt] Remove -analyze option
This is legacy PM-specific, which is deprecated.
Uses of this should be replaced with a corresponding `-passes='print<foo>'`.
Reviewed By: asbirlea
Differential Revision: https://reviews.llvm.org/D122420
More information about the All-commits
mailing list