Skip to content

Commit 06600ac

Browse files
author
Salinas, David
authored
[Comgr] Keep unbundle temporaries with AMD_COMGR_SAVE_TEMPS (llvm#905)
2 parents 830b6f8 + 061f0d4 commit 06600ac

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

amd/comgr/src/comgr-compiler.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1350,12 +1350,6 @@ amd_comgr_status_t AMDGPUCompiler::unbundle() {
13501350
if (auto Status = amd_comgr_data_set_add(OutSetT, ResultT)) {
13511351
return Status;
13521352
}
1353-
1354-
// Remove input and output file after reading back into Comgr data
1355-
if (!env::shouldEmitVerboseLogs()) {
1356-
sys::fs::remove(InputFilePath);
1357-
sys::fs::remove(OutputFilePath);
1358-
}
13591353
}
13601354
}
13611355

0 commit comments

Comments
 (0)