[llvm] Auto-cleanup left-over file from earlier version of this test on bots
authorNico Weber <thakis@chromium.org>
Wed, 7 Dec 2022 14:00:20 +0000 (09:00 -0500)
committerNico Weber <thakis@chromium.org>
Wed, 7 Dec 2022 14:09:45 +0000 (09:09 -0500)
When this test was originally added in 991dfedfd738ce, it didn't pass
`-o` to to llc, causing llc to write a .s file to the source directory.
On the next run, lit would then try to run that as a test.
Make the test auto-cleanup that file for a while.

llvm/test/CodeGen/Generic/MIRDebugify/multifunction-module.mir

index 27f9424..fe4fcc1 100644 (file)
@@ -1,3 +1,5 @@
+# FIXME: Remove rm after a few weeks.
+# RUN: rm -f %S/multifunction-module.s
 # RUN: llc -run-pass=mir-debugify,mir-check-debugify -o - %s 2>&1 | FileCheck %s
 
 # CHECK: Machine IR debug info check: PASS