We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f166d35 commit 7cd989eCopy full SHA for 7cd989e
clang/utils/reduce-clang-crash.py
@@ -540,10 +540,6 @@ def check_backend(self) -> Optional[FailureType]:
540
if self.check_llc_failure():
541
print("Found BackEnd Crash")
542
return FailureType.BackEnd
543
- elif os.path.exists(self.ir_file):
544
- # clean up the IR file if we generated it, but won't use it.
545
- print(f"clean up {self.ir_file}, since we can't repro w/ llc")
546
- os.remove(self.ir_file)
547
548
def extract_crashing_ir(self):
549
"""
0 commit comments