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

Unified Diff: pnacl/build.sh

Issue 1697873003: Revert "Avoid building and archiving the x86-64 pnacl-sz.nexe." (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Created 4 years, 10 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 | « no previous file | 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 75597689f94394abdc3a2b5618e714c6bdd718fa..335e4162ed20f97cdaf6c5c89f8d41ab6379501f 100755
--- a/pnacl/build.sh
+++ b/pnacl/build.sh
@@ -416,10 +416,9 @@ llvm-sb-install() {
local arches=${arch}
if [[ "${arch}" == "universal" ]]; then
arches="${SBTC_ARCHES_ALL}"
- elif [[ "${arch}" == "i686" && "${toolname}" == "pnacl-llc" ]]; then
+ elif [[ "${arch}" == "i686" ]]; then
# LLVM does not separate the i686 and x86_64 backends.
- # Translate twice to get both nexes, but only for pnacl-llc.
- # We do not yet have an x86-64 backend for pnacl-sz.
+ # Translate twice to get both nexes.
arches="i686 x86_64"
fi
if [[ "${arch}" == "i686" ]]; then
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698