Reinstate Xcode project usage of prepare_bindings.py, with new --find-swig option set.

llvm-svn: 253347
This commit is contained in:
Todd Fiala 2015-11-17 17:13:09 +00:00
parent 9af81570c7
commit 090084193f
1 changed files with 5 additions and 5 deletions

View File

@ -5984,7 +5984,7 @@
isa = PBXNativeTarget; isa = PBXNativeTarget;
buildConfigurationList = 2668020B115FD0EE008E1FE4 /* Build configuration list for PBXNativeTarget "LLDB" */; buildConfigurationList = 2668020B115FD0EE008E1FE4 /* Build configuration list for PBXNativeTarget "LLDB" */;
buildPhases = ( buildPhases = (
26DC6A5813380D4300FF7998 /* Build swig wrapper classes */, 26DC6A5813380D4300FF7998 /* Prepare Swig Bindings */,
26680202115FD0ED008E1FE4 /* Headers */, 26680202115FD0ED008E1FE4 /* Headers */,
26680203115FD0ED008E1FE4 /* Resources */, 26680203115FD0ED008E1FE4 /* Resources */,
26680204115FD0ED008E1FE4 /* Sources */, 26680204115FD0ED008E1FE4 /* Sources */,
@ -6214,19 +6214,19 @@
shellPath = /bin/sh; shellPath = /bin/sh;
shellScript = "perl $SRCROOT/scripts/build-llvm.pl"; shellScript = "perl $SRCROOT/scripts/build-llvm.pl";
}; };
26DC6A5813380D4300FF7998 /* Build swig wrapper classes */ = { 26DC6A5813380D4300FF7998 /* Prepare Swig Bindings */ = {
isa = PBXShellScriptBuildPhase; isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
); );
inputPaths = ( inputPaths = (
); );
name = "Build swig wrapper classes"; name = "Prepare Swig Bindings";
outputPaths = ( outputPaths = (
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh; shellPath = /bin/bash;
shellScript = "$SRCROOT/scripts/build-swig-wrapper-classes.sh $SRCROOT $TARGET_BUILD_DIR $CONFIGURATION_BUILD_DIR \"\"\n"; shellScript = "/usr/bin/python $SRCROOT/scripts/prepare_bindings.py --find-swig --framework --src-root $SRCROOT --target-dir $TARGET_BUILD_DIR --config-build-dir $CONFIGURATION_BUILD_DIR --swig-executable `which swig`";
}; };
4959511A1A1ACE9500F6F8FC /* Install Clang compiler headers */ = { 4959511A1A1ACE9500F6F8FC /* Install Clang compiler headers */ = {
isa = PBXShellScriptBuildPhase; isa = PBXShellScriptBuildPhase;