[llvm] [llvm-reduce]: print short form, actionable names in the log (PR #133561)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 29 01:31:44 PDT 2025
================
@@ -24,8 +24,4 @@ static void clearModuleData(Oracle &O, ReducerWorkItem &WorkItem) {
// TODO: clear line by line rather than all at once
if (!Program.getModuleInlineAsm().empty() && !O.shouldKeep())
Program.setModuleInlineAsm("");
-}
-
-void llvm::reduceModuleDataDeltaPass(TestRunner &Test) {
- runDeltaPass(Test, clearModuleData, "Reducing Module Data");
-}
+}
----------------
arsenm wrote:
```suggestion
}
```
https://github.com/llvm/llvm-project/pull/133561
More information about the llvm-commits
mailing list