Removes the temporary files named in FileName.
Declared in <llvm/IR/PrintPasses.h>
std::error_code
cleanUpTempFiles(ArrayRef<std::string> FileName);
Typically used in conjunction with prepareTempFiles.
The first error code encountered, or success if all files were removed.
| Name | Description |
|---|---|
| FileName | Paths of temporary files to delete. |