diff options
author | Zachary Turner <zturner@google.com> | 2015-11-04 01:26:48 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-11-04 01:26:48 +0000 |
commit | ff836df6a478feaa03566248c1191098c085cd72 (patch) | |
tree | 86381f3b71523e26d23b60b80b5a589aaea701eb /lldb/scripts/finishSwigWrapperClasses.py | |
parent | fe617b1e99916336269da675a16ccd0b511e8493 (diff) | |
download | bcm5719-llvm-ff836df6a478feaa03566248c1191098c085cd72.tar.gz bcm5719-llvm-ff836df6a478feaa03566248c1191098c085cd72.zip |
Revert "Python 3 - Don't add the _d suffix to the symlink on Windows."
This reverts commit e59c95ca936f5a0a8abb987b8605fd8bf82b03b6.
This was a mistake on my part. The real problem was with my
environment. I was using a release interpreter to try to load
my debug extension module. I noticed this after I finally managed
to get into my extension module's init method, and then it segfaulted
with heap errors due to mismatched CRT (debug vs. release)
llvm-svn: 252030
Diffstat (limited to 'lldb/scripts/finishSwigWrapperClasses.py')
-rw-r--r-- | lldb/scripts/finishSwigWrapperClasses.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/scripts/finishSwigWrapperClasses.py b/lldb/scripts/finishSwigWrapperClasses.py index b58211862f0..3e576263562 100644 --- a/lldb/scripts/finishSwigWrapperClasses.py +++ b/lldb/scripts/finishSwigWrapperClasses.py @@ -29,8 +29,6 @@ import os # Provide directory and file handling # Third party modules: # In-house modules: -import use_lldb_suite # Modify sys.path so we can use shared / third-party libraries - import utilsArgsParse # Parse and validate this script's input arguments import utilsOsType # Determine the OS type this script is running on import utilsDebug # Debug Python scripts |