[PATCH] D140861: llvm-reduce: Only disable crash reports in the child

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 19 07:13:31 PST 2023


arsenm closed this revision.
arsenm added inline comments.


================
Comment at: llvm/tools/llvm-reduce/TestRunner.cpp:54
+  const std::optional<ArrayRef<StringRef>> Env =
+      PreserveDebugEnvironment ? std::nullopt
+                               : std::make_optional(DebugEnvironmentVars);
----------------
This is also dropping the PATH which might be really annoying for test scripts 


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D140861/new/

https://reviews.llvm.org/D140861



More information about the llvm-commits mailing list