Files
clang-p2996/llvm/tools/llvm-reduce
Arthur Eubanks 7d2b7be28d [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.
2023-05-15 15:49:22 -07:00
..