summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2020-10-29 15:14:30 -0400
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2020-11-04 16:19:39 -0500
commit6e73cfa8363d43689f77b0e4e4c2787ae6ae3fb6 (patch)
tree74c6deb6dea1457a335c5a45169ab691cd69e7e8 /lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py
parentab0ddbc38af9508ee0f753fb897d9050025a0763 (diff)
Basic: Change Module::Umbrella to a PointerUnion, NFC
Change `Module::Umbrella` from a `const void *` to a `PointerUnion` of `FileEntry` and `DirectoryEntry`. We can drop the `HasUmbrellaDir` bit (since `PointerUnion` includes that). This change makes it safer to update to `FileEntryRef` and `DirectoryEntryRef` in a future patch. Differential Revision: https://reviews.llvm.org/D90481
Diffstat (limited to 'lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py')
0 files changed, 0 insertions, 0 deletions