Fixed the location of the Swift bindings in the Xcode build.
authorSean Callanan <scallanan@apple.com>
Sat, 16 Jul 2016 00:18:24 +0000 (00:18 +0000)
committerSean Callanan <scallanan@apple.com>
Sat, 16 Jul 2016 00:18:24 +0000 (00:18 +0000)
commit85e632f1fe680688e6b0da69ca36b72fce9c4428
tree2c4bd8cad38f1af945de28565dcc9012be000da4
parent2f7b339731367c9ed19a30bafb44d6b04ce91b63
Fixed the location of the Swift bindings in the Xcode build.

$BUILT_PRODUCTS_DIR is usually the same as $CONFIGURATION_BUILD_DIR, but differs
when LLDB is being built BuildAndIntegration, in which case $BUILT_PRODUCTS_DIR
is more accurate.

llvm-svn: 275652
lldb/lldb.xcodeproj/project.pbxproj