[PATCH] D97722: [NewPM] Revamp pass names
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 6 10:58:23 PST 2021
lebedev.ri added a comment.
2c from me:
- there should be no single global map of pass names - how would that work with loadable/out-of-tree passes?
- grepping for the pass name printed should not match some random source file, sending one on a further wild goose chase, but it should match the actual source (well, header isn't bad, either) where said pass is defined.
anything other seems hostile.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97722/new/
https://reviews.llvm.org/D97722
More information about the llvm-commits
mailing list