summaryrefslogtreecommitdiffstats
path: root/llvm/utils/buildit/build_llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/utils/buildit/build_llvm')
-rwxr-xr-xllvm/utils/buildit/build_llvm5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/utils/buildit/build_llvm b/llvm/utils/buildit/build_llvm
index d4556aedacc..78cc6557e32 100755
--- a/llvm/utils/buildit/build_llvm
+++ b/llvm/utils/buildit/build_llvm
@@ -60,11 +60,6 @@ DIR=`pwd`
DARWIN_VERS=`uname -r | sed 's/\..*//'`
echo DARWIN_VERS = $DARWIN_VERS
-if [ "x$RC_ProjectName" = "xllvmCore_Embedded" ]; then
- DEST_DIR="$DEST_DIR/Developer/Platforms/iPhoneOS.platform"
- mkdir -p "$DEST_DIR"
-fi
-
DEVELOPER_DIR="${DEVELOPER_DIR-Developer}"
if [ "x$RC_ProjectName" = "xllvmCore_EmbeddedHosted" ]; then
DT_HOME="$DEST_DIR/usr"
OpenPOWER on IntegriCloud