[all-commits] [llvm/llvm-project] c97713: [NewPM][Lint] Port -lint to NewPM
aeubanks via All-commits
all-commits at lists.llvm.org
Thu Sep 3 13:06:25 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c9771391ce05e5cba00e29017fd6c39157df3f3c
https://github.com/llvm/llvm-project/commit/c9771391ce05e5cba00e29017fd6c39157df3f3c
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2020-09-03 (Thu, 03 Sep 2020)
Changed paths:
M llvm/include/llvm/Analysis/Lint.h
M llvm/include/llvm/InitializePasses.h
M llvm/include/llvm/LinkAllPasses.h
M llvm/lib/Analysis/Analysis.cpp
M llvm/lib/Analysis/Lint.cpp
M llvm/lib/Passes/PassBuilder.cpp
M llvm/lib/Passes/PassRegistry.def
M llvm/test/Other/lint.ll
Log Message:
-----------
[NewPM][Lint] Port -lint to NewPM
This also changes -lint from an analysis to a pass. It's similar to
-verify, and that is a normal pass, and lives in llvm/IR.
Reviewed By: ychen
Differential Revision: https://reviews.llvm.org/D87057
More information about the All-commits
mailing list