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> 

llvm-svn: 315135
This commit is contained in:
Jason Molenda 2017-10-07 00:13:10 +00:00
parent b4175edf16
commit c1b1655871
1 changed files with 0 additions and 1 deletions

View File

@ -7102,7 +7102,6 @@
files = ( files = (
); );
inputPaths = ( inputPaths = (
"$(SRCROOT)/scripts/Python/static-binding/LLDBWrapPython.cpp",
); );
name = "Prepare Swig Bindings"; name = "Prepare Swig Bindings";
outputPaths = ( outputPaths = (