[all-commits] [llvm/llvm-project] 2fdd55: llvm-reduce: Use explicit output file in a test
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Sun Mar 5 12:50:19 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2fdd55c4b01c9d6321f2f86f9d55149feb32e76c
https://github.com/llvm/llvm-project/commit/2fdd55c4b01c9d6321f2f86f9d55149feb32e76c
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-03-05 (Sun, 05 Mar 2023)
Changed paths:
M llvm/test/tools/llvm-reduce/disable-crash-reports.test
Log Message:
-----------
llvm-reduce: Use explicit output file in a test
The default argument behavior test tries to make use
of the default reduced.ll, so other tests should not try to
write to the same file.
Maybe fixes issue #61132.
More information about the All-commits
mailing list