[Lldb-commits] [lldb] c699a81 - [lldb/test] Remove the module cache directory in module-ownership.mm

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 25 02:55:51 PST 2022


Author: Pavel Labath
Date: 2022-11-25T11:55:42+01:00
New Revision: c699a81bc98804650fdd4a85de085e257e074878

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

LOG: [lldb/test] Remove the module cache directory in module-ownership.mm

The stale cache directory can cause compilation to fail when ast
serialization changes.

Added: 
    

Modified: 
    lldb/test/Shell/SymbolFile/DWARF/x86/module-ownership.mm

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/SymbolFile/DWARF/x86/module-ownership.mm b/lldb/test/Shell/SymbolFile/DWARF/x86/module-ownership.mm
index 311fd34d40e83..a8dd6cf1d901a 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


        


More information about the lldb-commits mailing list