[PATCH] D70620: [CommandLine] Add cl::implies option attribute

Don Hinton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 22 15:01:41 PST 2019


hintonda created this revision.
hintonda added reviewers: beanz, thomasfinch, MaskRay, thopre, serge-sans-paille.
Herald added a project: LLVM.
hintonda updated this revision to Diff 230729.
hintonda added a comment.

- Fix test case order.


Options can use cl::implies option attribute to set an option based on
another option, e.g., option A implies option B.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D70620

Files:
  llvm/include/llvm/Support/CommandLine.h
  llvm/unittests/Support/CommandLineTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70620.230729.patch
Type: text/x-patch
Size: 4409 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191122/bcb49c80/attachment.bin>


More information about the llvm-commits mailing list