Add a testcase for Clang modules being updated within one LLDB session.
authorAdrian Prantl <aprantl@apple.com>
Sat, 16 Nov 2019 00:25:46 +0000 (16:25 -0800)
committerAdrian Prantl <aprantl@apple.com>
Sat, 16 Nov 2019 00:27:14 +0000 (16:27 -0800)
commit0304360a40b45ffcbb040596d2a01733c0103455
treeca756660dced21f62c168a3eeb74c2078fe6ec55
parentd295087639a824d1c0a29868bab1860afe657eaf
Add a testcase for Clang modules being updated within one LLDB session.

This actually works as expected, but wasn't explicitly tested before.
lldb/packages/Python/lldbsuite/test/lang/objc/modules-update/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/lang/objc/modules-update/TestClangModulesUpdate.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/lang/objc/modules-update/first.m [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/lang/objc/modules-update/module.modulemap [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/lang/objc/modules-update/second.m [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/lang/objc/modules-update/umbrella.h [new file with mode: 0644]
lldb/source/Core/ModuleList.cpp