[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 09:27:01 PDT 2022
JohnTitor created this revision.
Herald added a project: All.
JohnTitor requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
8b4fa2c98e07997469f53bee30c0d24a61dc7c8c <https://reviews.llvm.org/rG8b4fa2c98e07997469f53bee30c0d24a61dc7c8c> added this to remove left-over files on January.
Now we could assume they're cleaned up and this `rm` script is no longer necessary as FIXME states.
Repository:
rG LLVM Github Monorepo
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.432734.patch
Type: text/x-patch
Size: 446 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220528/dd87281b/attachment.bin>
More information about the cfe-commits
mailing list