aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2024-04-10 10:12:40 +0900
committerNAKAMURA Takumi <geek4civic@gmail.com>2024-04-10 10:14:22 +0900
commit36e25772ddd049c8c742e55fbd2b3c9aaceb7060 (patch)
treec3768318ac32e9a9e745f7d21d84285e77cb2c40
parent9760872b537ba8e6eee2e68eb81b7d26af5b40e4 (diff)
downloadllvm-36e25772ddd049c8c742e55fbd2b3c9aaceb7060.zip
llvm-36e25772ddd049c8c742e55fbd2b3c9aaceb7060.tar.gz
llvm-36e25772ddd049c8c742e55fbd2b3c9aaceb7060.tar.bz2
clang/test/APINotes/instancetype.m: Clean the cache dir
It has been incompatible since #87761
-rw-r--r--clang/test/APINotes/instancetype.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/APINotes/instancetype.m b/clang/test/APINotes/instancetype.m
index 30339e5..e3c1318 100644
--- a/clang/test/APINotes/instancetype.m
+++ b/clang/test/APINotes/instancetype.m
@@ -1,3 +1,4 @@
+// RUN: rm -rf %t
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/ModulesCache -fapinotes-modules -fsyntax-only -I %S/Inputs/Headers -verify %s
@import InstancetypeModule;