[clang] 36e2577 - clang/test/APINotes/instancetype.m: Clean the cache dir

NAKAMURA Takumi via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 9 18:15:25 PDT 2024


Author: NAKAMURA Takumi
Date: 2024-04-10T10:14:22+09:00
New Revision: 36e25772ddd049c8c742e55fbd2b3c9aaceb7060

URL: https://github.com/llvm/llvm-project/commit/36e25772ddd049c8c742e55fbd2b3c9aaceb7060
DIFF: https://github.com/llvm/llvm-project/commit/36e25772ddd049c8c742e55fbd2b3c9aaceb7060.diff

LOG: clang/test/APINotes/instancetype.m: Clean the cache dir

It has been incompatible since #87761

Added: 
    

Modified: 
    clang/test/APINotes/instancetype.m

Removed: 
    


################################################################################
diff  --git a/clang/test/APINotes/instancetype.m b/clang/test/APINotes/instancetype.m
index 30339e5386f634..e3c13188ae9f78 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;


        


More information about the cfe-commits mailing list