zturner added inline comments. ================ Comment at: scripts/Python/finishSwigPythonLLDB.py:397 @@ -396,3 +396,3 @@ strBuildDir = os.path.join("..", "..", "..", "..") - strSrc = os.path.normcase(os.path.join(strBuildDir, vstrSrcFile)) + strSrc = os.path.normcase(os.path.join(strBuildDir, vstrSrcFile)) ---------------- Was this line intentional?
================ Comment at: source/API/CMakeLists.txt:9 @@ -8,1 +8,3 @@ +option(LLDB_BUILD_FRAMEWORK "Build the Darwin LLDB.framework" Off) + ---------------- Is there any reason to have this off when building on OSX? Is there any value in having it not be an option at all, but just if you're on Darwin, you just always get a Framework? https://reviews.llvm.org/D24749 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits