| 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
|
|
|