[Lldb-commits] [PATCH] Don't try to link against a release python during a debug build.
Zachary Turner
zturner at google.com
Thu Jul 10 14:06:23 PDT 2014
Good question, I don't know. But I don't see how it could be correct,
because python module names are case-sensitive, and existing python code is
written against the un-normalized names.
On Thu, Jul 10, 2014 at 2:03 PM, Todd Fiala <tfiala at google.com> wrote:
> Looks fine, I'm giving it a test run now...
>
> ================
> Comment at: scripts/Python/finishSwigPythonLLDB.py:154
> @@ -153,3 +151,1 @@
> for strPkgFile in vListPkgFiles:
> - strPyFile = os.path.normcase( strPkgFile );
> - if os.path.exists( strPyFile ) and os.path.isfile(
> strPyFile ):
> ----------------
> Hey what was the normcase() trying to take care of?
>
> http://reviews.llvm.org/D4441
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140710/94910d6b/attachment.html>
More information about the lldb-commits
mailing list