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

Unified Diff: pnacl/build.sh

Issue 73693005: Build libc++ biased bitcode. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Bump acceptable toolchain size temporarily. Created 7 years, 1 month 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 | « buildbot/buildbot_pnacl.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pnacl/build.sh
diff --git a/pnacl/build.sh b/pnacl/build.sh
index bba12699908c77c0f8db36ad8c676c99ba20d0ff..0ffccaba8c4aa973d31a909f8a876a2a2337b373 100755
--- a/pnacl/build.sh
+++ b/pnacl/build.sh
@@ -459,11 +459,7 @@ libs() {
compiler-rt-all
libgcc_eh-all
lib-cpp ${LIB_CXX_NAME} portable
- # Note: The libc++ build with biased bitcode is disabled because
- # biased bitcode builds of the C++ standard library are only used to
- # build the IRT, and the default is currently libstdc++ so the biased
- # version of libc++ isn't used.
- # lib-cpp ${LIB_CXX_NAME} x86-64
+ lib-cpp ${LIB_CXX_NAME} x86-64
lib-cpp ${LIB_STDCPP_NAME} portable
lib-cpp ${LIB_STDCPP_NAME} x86-64
}
« no previous file with comments | « buildbot/buildbot_pnacl.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698