[all-commits] [llvm/llvm-project] 7d2b7b: [llvm-reduce] Only write reduced output after we'v...
aeubanks via All-commits
all-commits at lists.llvm.org
Mon May 15 15:49:57 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7d2b7be28d903a74f3ca10b2d5f97d69e006df62
https://github.com/llvm/llvm-project/commit/7d2b7be28d903a74f3ca10b2d5f97d69e006df62
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2023-05-15 (Mon, 15 May 2023)
Changed paths:
M llvm/tools/llvm-reduce/deltas/Delta.cpp
Log Message:
-----------
[llvm-reduce] Only write reduced output after we've saved it
Otherwise we're just rewriting the currently saved module instead of the newly reduced one.
Doesn't affect the final output since we separately write that at the end.
More information about the All-commits
mailing list