summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/objc/modules-update/Makefile
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2019-11-15 16:25:46 -0800
committerAdrian Prantl <aprantl@apple.com>2019-11-15 16:27:14 -0800
commit0304360a40b45ffcbb040596d2a01733c0103455 (patch)
treeca756660dced21f62c168a3eeb74c2078fe6ec55 /lldb/packages/Python/lldbsuite/test/lang/objc/modules-update/Makefile
parentd295087639a824d1c0a29868bab1860afe657eaf (diff)
downloadbcm5719-llvm-0304360a40b45ffcbb040596d2a01733c0103455.tar.gz
bcm5719-llvm-0304360a40b45ffcbb040596d2a01733c0103455.zip
Add a testcase for Clang modules being updated within one LLDB session.
This actually works as expected, but wasn't explicitly tested before.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/objc/modules-update/Makefile')
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/objc/modules-update/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/objc/modules-update/Makefile b/lldb/packages/Python/lldbsuite/test/lang/objc/modules-update/Makefile
new file mode 100644
index 00000000000..5d0a2209ef7
--- /dev/null
+++ b/lldb/packages/Python/lldbsuite/test/lang/objc/modules-update/Makefile
@@ -0,0 +1,3 @@
+CFLAGS_EXTRAS = -I$(BUILDDIR)
+USE_PRIVATE_MODULE_CACHE = YES
+include Makefile.rules
OpenPOWER on IntegriCloud