[all-commits] [llvm/llvm-project] a4deb1: [LLVM][Support] Support for `llvm::cl::list`'s def...
tyb0807 via All-commits
all-commits at lists.llvm.org
Thu Oct 6 10:51:02 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a4deb14fdfaa183da938e40b54954afa9c7a11c1
https://github.com/llvm/llvm-project/commit/a4deb14fdfaa183da938e40b54954afa9c7a11c1
Author: Son Tuan Vu <vuson at google.com>
Date: 2022-10-06 (Thu, 06 Oct 2022)
Changed paths:
M llvm/include/llvm/Support/CommandLine.h
M llvm/unittests/Support/CommandLineTest.cpp
M mlir/include/mlir/Pass/PassOptions.h
M mlir/lib/Pass/PassRegistry.cpp
Log Message:
-----------
[LLVM][Support] Support for `llvm::cl::list`'s default values
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
Reviewed By: bkramer
Differential Revision: https://reviews.llvm.org/D135311
More information about the All-commits
mailing list