diff options
author | Stephen Tozer <stephen.tozer@sony.com> | 2024-10-10 16:53:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-10 16:53:36 +0100 |
commit | 23309d7d9553af69b2912a159bc2e488acf69255 (patch) | |
tree | 7a85645747422d68060675fa60da333e69b558eb /lldb/packages/Python/lldbsuite/test | |
parent | f5aec03f6dd2f92590ecec9e3419b38b11d8476e (diff) | |
download | llvm-23309d7d9553af69b2912a159bc2e488acf69255.zip llvm-23309d7d9553af69b2912a159bc2e488acf69255.tar.gz llvm-23309d7d9553af69b2912a159bc2e488acf69255.tar.bz2 |
[Dexter] Set up ComInterface module to be imported correctly (#111850)users/spencerabson/aarch64-2024-upstream
Fixes issue added by: https://github.com/llvm/llvm-project/pull/111833
Following the previous commit that changed how Dexter imports modules,
the ComInterface module import became broken. This is because it had a
different directory structure to other modules, where we want to import
single file rather than a dir containing a __init__.py. For this case,
an optional extra arg has been added to load_module allowing a filename
to be specified, letting us import ComInterface.py directly and fixing
the issue.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions