[flang][driver] Randomise the names of the unparsed files
This patch makes sure that the base name of the temporary unparsed files (generated by the `flang` bash script) are randomised and unique to a particular invocation of the script. Otherwise, we cannot reliably run the script in parallel. Differential Revision: https://reviews.llvm.org/D106052
Loading
Please sign in to comment