mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-13 14:35:54 +00:00
Quick fix to make LIT_PRESERVES_TMP work again
llvm-svn: 280502
This commit is contained in:
parent
57587191e1
commit
5b4ee7e91b
@ -155,7 +155,8 @@ def main(builtinParameters = {}):
|
||||
try:
|
||||
main_with_tmp(builtinParameters)
|
||||
finally:
|
||||
shutil.rmtree(lit_tmp)
|
||||
if lit_tmp:
|
||||
shutil.rmtree(lit_tmp)
|
||||
|
||||
def main_with_tmp(builtinParameters):
|
||||
global options
|
||||
|
Loading…
Reference in New Issue
Block a user