diff options
author | Pavel Labath <labath@google.com> | 2017-06-15 11:23:22 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2017-06-15 11:23:22 +0000 |
commit | 054243f75a189b32f58a73bd3d2fd925417e3faa (patch) | |
tree | 096eef17985c6d3bd592de1df01b5f6d546d512b /llvm/lib/Transforms/Utils/SimplifyIndVar.cpp | |
parent | a91cbdc60f0f3ba924c4bbbddd580358c8ad822e (diff) | |
download | llvm-054243f75a189b32f58a73bd3d2fd925417e3faa.zip llvm-054243f75a189b32f58a73bd3d2fd925417e3faa.tar.gz llvm-054243f75a189b32f58a73bd3d2fd925417e3faa.tar.bz2 |
[swig] Improve the native module import logic
The simple module import logic was not sufficient for our distribution
model of lldb, which is without the _lldb.pyd file (normally that would
be a symlink to the shared library, but symlinks are not really a thing
on windows).
With the older swigs it worked (loading of the python scripting
machinery from within lldb) because the normal swig import logic
contained a last-ditch import of a global module _lldb (which is defined
when you run python from lldb). Add back the last-ditch import to our
custom import logic as well.
llvm-svn: 305461
Diffstat (limited to 'llvm/lib/Transforms/Utils/SimplifyIndVar.cpp')
0 files changed, 0 insertions, 0 deletions