aboutsummaryrefslogtreecommitdiff
path: root/llvm
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2022-12-07 09:00:20 -0500
committerNico Weber <thakis@chromium.org>2022-12-07 09:09:45 -0500
commitbfe292b00fa32f05c810a6ace37bd8b51138a094 (patch)
treed2c44c3d99a13031440f8d785363c9456dccafe9 /llvm
parent9cbd136db4850e44e7c4e076d7c820829023c619 (diff)
downloadllvm-bfe292b00fa32f05c810a6ace37bd8b51138a094.zip
llvm-bfe292b00fa32f05c810a6ace37bd8b51138a094.tar.gz
llvm-bfe292b00fa32f05c810a6ace37bd8b51138a094.tar.bz2
[llvm] Auto-cleanup left-over file from earlier version of this test on bots
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.
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/Generic/MIRDebugify/multifunction-module.mir2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Generic/MIRDebugify/multifunction-module.mir b/llvm/test/CodeGen/Generic/MIRDebugify/multifunction-module.mir
index 27f9424..fe4fcc1 100644
--- a/llvm/test/CodeGen/Generic/MIRDebugify/multifunction-module.mir
+++ b/llvm/test/CodeGen/Generic/MIRDebugify/multifunction-module.mir
@@ -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