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

Unified Diff: pnacl/build.sh

Issue 222483002: PNaCl: Test support for GCC/LLVM vector extensions (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Add TODOs. Created 6 years, 8 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 | « pnacl/COMPONENT_REVISIONS ('k') | tests/simd/nacl.scons » ('j') | 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 c53ae8ad70d6f50d7a85aa5d2e5e356b401ce2c8..0627803390369ebc77c758dfb3dcdab201a3bf0e 100755
--- a/pnacl/build.sh
+++ b/pnacl/build.sh
@@ -2747,7 +2747,7 @@ feature-version-file-install() {
#
# If you are adding a test that depends on a toolchain change, you
# can increment this version number manually.
- echo 4 > "${INSTALL_ROOT}/FEATURE_VERSION"
+ echo 5 > "${INSTALL_ROOT}/FEATURE_VERSION"
}
# The driver is a simple python script which changes its behavior
« no previous file with comments | « pnacl/COMPONENT_REVISIONS ('k') | tests/simd/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698