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

Unified Diff: toolchain_build/pnacl_commands.py

Issue 580983002: Remove i686-hosted Linux build and start switching to new directory layout (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: review 2, put back test and build.sh patch from PS5 Created 6 years, 3 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/driver/tests/driver_test_utils.py ('k') | toolchain_build/toolchain_build_pnacl.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: toolchain_build/pnacl_commands.py
diff --git a/toolchain_build/pnacl_commands.py b/toolchain_build/pnacl_commands.py
index 06a1051aa4a31994f514adc672e63a4094b85448..3b0e1a61093dcb94fdb750a7ad3ac5c2b3314d49 100644
--- a/toolchain_build/pnacl_commands.py
+++ b/toolchain_build/pnacl_commands.py
@@ -24,7 +24,7 @@ NACL_DIR = os.path.dirname(SCRIPT_DIR)
# User-facing tools
DRIVER_TOOLS = ['pnacl-' + tool + '.py' for tool in
('abicheck', 'ar', 'as', 'clang', 'clang++', 'compress',
- 'dis', 'driver', 'finalize', 'ld', 'llc', 'nm', 'opt',
+ 'dis', 'driver', 'finalize', 'ld', 'nm', 'opt',
'ranlib', 'readelf', 'strip', 'translate')]
# Utilities used by the driver
DRIVER_UTILS = [name + '.py' for name in
« no previous file with comments | « pnacl/driver/tests/driver_test_utils.py ('k') | toolchain_build/toolchain_build_pnacl.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698