Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(784)

Unified Diff: tools/clang/scripts/update.sh

Issue 440143003: 3rd way of grabbing libc++ headers Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/clang/scripts/package.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/clang/scripts/update.sh
diff --git a/tools/clang/scripts/update.sh b/tools/clang/scripts/update.sh
index 598d81550fff6d7a4b8a9dc682a125113cff4d3e..a8de85d951e24f45fd0c5ac5b6566f1bcb5bf4a1 100755
--- a/tools/clang/scripts/update.sh
+++ b/tools/clang/scripts/update.sh
@@ -415,6 +415,10 @@ fi
strip ${STRIP_FLAGS} Release+Asserts/bin/clang
popd
+# Copy libc++ headers, to make --stdlib=libc++ work for iOS.
+make -C "${LIBCXX_DIR}" \
+ installheaders HEADER_DIR="${PWD}/${LLVM_BUILD_DIR}/Release+Asserts/include"
+
if [[ -n "${with_android}" ]]; then
# Make a standalone Android toolchain.
${ANDROID_NDK_DIR}/build/tools/make-standalone-toolchain.sh \
« no previous file with comments | « tools/clang/scripts/package.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698