summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/objc/modules-update/module.modulemap
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/module.modulemap
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/module.modulemap')
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/objc/modules-update/module.modulemap4
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/objc/modules-update/module.modulemap b/lldb/packages/Python/lldbsuite/test/lang/objc/modules-update/module.modulemap
new file mode 100644
index 00000000000..c142410cd07
--- /dev/null
+++ b/lldb/packages/Python/lldbsuite/test/lang/objc/modules-update/module.modulemap
@@ -0,0 +1,4 @@
+module Umbrella {
+ header "umbrella.h"
+ export *
+}
OpenPOWER on IntegriCloud