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 <[email protected]> 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
>
>
>
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to