================
@@ -74,6 +74,12 @@ static cl::opt<bool> ThinLTOAssumeMerged(
cl::desc("Assume the input has already undergone ThinLTO function "
"importing and the other pre-optimization pipeline changes."));
+static cl::list<std::string>
+ PrintModulesList("filter-print-modules", cl::value_desc("module names"),
----------------
teresajohnson wrote:
We're not printing, but rather saving, so the option name doesn't sound right.
Probably something like "filter-save-modules" and change the variable name and
descriptions accordingly.
https://github.com/llvm/llvm-project/pull/175696
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits