[PATCH] D63672: Added Delta IR Reduction Tool

Michał Górny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 4 04:11:17 PDT 2019


mgorny added a comment.

Ok, I have an idea of using `--test-arg` but it would require the args to be passed before the filename. I'll post a patch.



================
Comment at: llvm/trunk/tools/llvm-reduce/TestRunner.cpp:44
+  for (auto Arg : TestArgs)
+    ProgramArgs.push_back(Arg.c_str());
+
----------------
Wouldn't it be better to pass arguments *before* the filename?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D63672





More information about the llvm-commits mailing list