Author: jmolenda
Date: Fri Oct  6 17:13:10 2017
New Revision: 315135

URL: http://llvm.org/viewvc/llvm-project?rev=315135&view=rev
Log:
Remove the input file specification from the
"Prepare Swig Bindings" shell script phase; it
wasn't the actual input file and could lead
to incorrect dependency analysis by the build
system.
<rdar://problem/34751196> 

Modified:
    lldb/trunk/lldb.xcodeproj/project.pbxproj

Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/lldb.xcodeproj/project.pbxproj?rev=315135&r1=315134&r2=315135&view=diff
==============================================================================
--- lldb/trunk/lldb.xcodeproj/project.pbxproj (original)
+++ lldb/trunk/lldb.xcodeproj/project.pbxproj Fri Oct  6 17:13:10 2017
@@ -7102,7 +7102,6 @@
                        files = (
                        );
                        inputPaths = (
-                               
"$(SRCROOT)/scripts/Python/static-binding/LLDBWrapPython.cpp",
                        );
                        name = "Prepare Swig Bindings";
                        outputPaths = (


_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to