From: Pavel Labath Date: Fri, 25 Nov 2022 10:51:10 +0000 (+0100) Subject: [lldb/test] Remove the module cache directory in module-ownership.mm X-Git-Tag: upstream/17.0.6~26566 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c699a81bc98804650fdd4a85de085e257e074878;p=platform%2Fupstream%2Fllvm.git [lldb/test] Remove the module cache directory in module-ownership.mm The stale cache directory can cause compilation to fail when ast serialization changes. --- 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