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