forked from OSchip/llvm-project
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:
parent
b4175edf16
commit
c1b1655871
|
@ -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 = (
|
||||||
|
|
Loading…
Reference in New Issue