Tools like clang that use RemoveFileOnSignal on their output files
weren't actually able to clean up their outputs before this change. Now
the call to llvm::sys::fs::remove succeeds and the temporary file is
deleted. This is a stop-gap to fix clang before implementing the
solution outlined in PR34070.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 9044 Build 9044: arc lint + arc unit