Skip to content

Commit

Permalink
[clang] Remove rm script which is no longer necessary
Browse files Browse the repository at this point in the history
8b4fa2c 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.

Differential Revision: https://reviews.llvm.org/D126597
  • Loading branch information
JohnTitor committed May 28, 2022
1 parent dac27da commit 41a054e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions 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
//
Expand Down

0 comments on commit 41a054e

Please sign in to comment.