summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r--lldb/packages/Python/lldbsuite/test/expression_command/weak_symbols/Makefile2
1 files changed, 1 insertions, 1 deletions
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)
OpenPOWER on IntegriCloud