[llvm] [NFC] Clarify the syntax of passes flag (PR #136175)

via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 17 11:48:50 PDT 2025


amordo wrote:

I'd add an example how multiple passes should be written, because `-passes=foo,bar` also invalid; the right one is `-passes="foo,bar"`

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


More information about the llvm-commits mailing list