[llvm] Remove cleanup of incorrect output in test dir (PR #171256)

Mircea Trofin via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 8 20:57:23 PST 2025


https://github.com/mtrofin updated https://github.com/llvm/llvm-project/pull/171256

>From 82a1a33ee9eb2037cde502ea9bf434fbc64379db Mon Sep 17 00:00:00 2001
From: Mircea Trofin <mtrofin at google.com>
Date: Mon, 8 Dec 2025 20:49:21 -0800
Subject: [PATCH] Remove cleanup of incorrect output in test dir

---
 .../AArch64/arm64-homogeneous-prolog-epilog-tail-call.mir        | 1 -
 1 file changed, 1 deletion(-)

diff --git a/llvm/test/CodeGen/AArch64/arm64-homogeneous-prolog-epilog-tail-call.mir b/llvm/test/CodeGen/AArch64/arm64-homogeneous-prolog-epilog-tail-call.mir
index ec094109cad6e..3c6c365de87f0 100644
--- a/llvm/test/CodeGen/AArch64/arm64-homogeneous-prolog-epilog-tail-call.mir
+++ b/llvm/test/CodeGen/AArch64/arm64-homogeneous-prolog-epilog-tail-call.mir
@@ -1,4 +1,3 @@
-# RUN: rm -rf %S/arm64-homogeneous-prolog-epilog-tail-call.s
 # RUN: llc -verify-machineinstrs -mtriple=arm64-applie-ios7.0 -start-before=aarch64-lower-homogeneous-prolog-epilog -homogeneous-prolog-epilog %s -o /dev/null
 #
 # This test ensures defined registers are preserved after lowering homogeneous



More information about the llvm-commits mailing list