[Lldb-commits] [PATCH] Don't try to link against a release python during a debug build.

Todd Fiala tfiala at google.com
Thu Jul 10 14:03:54 PDT 2014


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






More information about the lldb-commits mailing list