| Index: tools/llvm/driver/pnacl-nop.py
|
| ===================================================================
|
| --- tools/llvm/driver/pnacl-nop.py (revision 7025)
|
| +++ tools/llvm/driver/pnacl-nop.py (working copy)
|
| @@ -1,20 +0,0 @@
|
| -#!/usr/bin/python
|
| -# Copyright (c) 2011 The Native Client Authors. All rights reserved.
|
| -# Use of this source code is governed by a BSD-style license that can be
|
| -# found in the LICENSE file.
|
| -#
|
| -# IMPORTANT NOTE: If you make local mods to this file, you must run:
|
| -# % tools/llvm/utman.sh driver
|
| -# in order for them to take effect in the scons build. This command
|
| -# updates the copy in the toolchain/ tree.
|
| -#
|
| -
|
| -from driver_tools import *
|
| -
|
| -def main(unused_argv):
|
| - # unused_argv does not contain argv[0], etc, so we refer to sys.argv here.
|
| - Log.Info('IGNORING: ' + StringifyCommand(sys.argv))
|
| - return 0
|
| -
|
| -if __name__ == "__main__":
|
| - DriverMain(main)
|
|
|