[PATCH] D135311: [LLVM][Support] Support for `llvm::cl::list`'s default values

Son Tuan Vu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 5 13:08:06 PDT 2022


tyb0807 created this revision.
Herald added subscribers: zero9178, bzcheeseman, sdasgup3, wenzhicui, wrengr, cota, teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, aartbik, mgester, arpith-jacob, antiagainst, shauheen, rriddle, mehdi_amini.
Herald added a reviewer: rriddle.
Herald added a project: All.
tyb0807 requested review of this revision.
Herald added subscribers: llvm-commits, stephenneuendorffer, nicolasvasilache.
Herald added projects: MLIR, LLVM.

This patch introduces support for default values of list of CL options.
It fixes the issue in https://github.com/llvm/llvm-project/issues/52667


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D135311

Files:
  llvm/include/llvm/Support/CommandLine.h
  llvm/unittests/Support/CommandLineTest.cpp
  mlir/include/mlir/Pass/PassOptions.h
  mlir/lib/Pass/PassRegistry.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135311.465519.patch
Type: text/x-patch
Size: 7949 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221005/3d58a7f3/attachment.bin>


More information about the llvm-commits mailing list