[Lldb-commits] [lldb] r315135 - Remove the input file specification from the

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 6 17:13:10 PDT 2017


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 = (




More information about the lldb-commits mailing list