From c699a81bc98804650fdd4a85de085e257e074878 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Fri, 25 Nov 2022 11:51:10 +0100 Subject: [PATCH] [lldb/test] Remove the module cache directory in module-ownership.mm The stale cache directory can cause compilation to fail when ast serialization changes. --- lldb/test/Shell/SymbolFile/DWARF/x86/module-ownership.mm | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/test/Shell/SymbolFile/DWARF/x86/module-ownership.mm b/lldb/test/Shell/SymbolFile/DWARF/x86/module-ownership.mm index 311fd34..a8dd6cf 100644 --- a/lldb/test/Shell/SymbolFile/DWARF/x86/module-ownership.mm +++ b/lldb/test/Shell/SymbolFile/DWARF/x86/module-ownership.mm @@ -1,3 +1,4 @@ +// RUN: rm -rf %t.cache // RUN: %clang --target=x86_64-apple-macosx -g -gmodules -Wno-objc-root-class \ // RUN: -fmodules -fmodules-cache-path=%t.cache \ // RUN: -c -o %t.o %s -I%S/Inputs -- 2.7.4