[llvm-branch-commits] [llvm] Add --fn flag to llvm-lit to inject select-function pass into opt pipelines (PR #199391)

James Henderson via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue May 26 01:50:52 PDT 2026


https://github.com/jh7370 commented:

I don't like this change: it assumes that lit is only used in LLVM contexts, which is incorrect (lit can be used independently of LLVM). The options to lit should be generally applicable. If a specific feature is needed for some small subset of testing within LLVM, it would make more sense for that to be something in the local config or similar.

https://github.com/llvm/llvm-project/pull/199391


More information about the llvm-branch-commits mailing list