From dce1954f455fc35ea3586f342db5077d505f1057 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Wed, 17 Jul 2019 17:22:29 +0000 Subject: [Test] Add module cache for TestWeakSymbols Explicitly set the module cache in the Makefile with -fmodules-cache-path. llvm-svn: 366352 --- .../Python/lldbsuite/test/expression_command/weak_symbols/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite/test') diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/weak_symbols/Makefile b/lldb/packages/Python/lldbsuite/test/expression_command/weak_symbols/Makefile index 7c70b509fe7..ea434d42714 100644 --- a/lldb/packages/Python/lldbsuite/test/expression_command/weak_symbols/Makefile +++ b/lldb/packages/Python/lldbsuite/test/expression_command/weak_symbols/Makefile @@ -22,5 +22,5 @@ dylib2.o: dylib.h $(SRCDIR)/dylib.c $(CC) $(CFLAGS) -c $(SRCDIR)/dylib.c -o dylib2.o main.o: dylib.h $(SRCDIR)/main.c - $(CC) $(CFLAGS) -c $(SRCDIR)/main.c -fmodules + $(CC) $(CFLAGS) -c $(SRCDIR)/main.c -fmodules -fmodules-cache-path=$(CLANG_MODULE_CACHE_DIR) -- cgit v1.2.3