[PATCH] D126597: [clang] Remove `rm` script which is no longer necessary

Yuki Okushi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat May 28 16:50:51 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG41a054ef7885: [clang] Remove `rm` script which is no longer necessary (authored by JohnTitor).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126597/new/

https://reviews.llvm.org/D126597

Files:
  clang/test/Sema/test-wunaligned-access.c


Index: clang/test/Sema/test-wunaligned-access.c
===================================================================
--- clang/test/Sema/test-wunaligned-access.c
+++ clang/test/Sema/test-wunaligned-access.c
@@ -1,6 +1,3 @@
-// FIXME: Remove rm after a few days.
-// RUN: rm -f %S/test-wunaligned-access.ll
-
 // RUN: %clang_cc1 %s -triple=armv7-none-none-eabi -verify -Wunaligned-access -S -emit-llvm -o %t
 // REQUIRES: arm-registered-target
 //


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126597.432758.patch
Type: text/x-patch
Size: 446 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220528/aade4289/attachment.bin>


More information about the cfe-commits mailing list