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

Unified Diff: tools/llvm/driver/redirect.bat

Issue 8395028: Move tools/llvm/driver to pnacl/driver. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 9 years, 2 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 | « tools/llvm/driver/pnacl-x86_64-as.py ('k') | tools/llvm/utman.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/llvm/driver/redirect.bat
===================================================================
--- tools/llvm/driver/redirect.bat (revision 7025)
+++ tools/llvm/driver/redirect.bat (working copy)
@@ -1,30 +0,0 @@
-@echo off
-:: 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.
-
-:: This file is installed for each driver file so that the driver can
-:: be run from outside Cygwin. This file will be installed as bin/pnacl-*.bat
-:: inside the PNaCl directory. For example, if you invoke:
-::
-:: C:\> path\to\pnacl\bin\pnacl-gcc hello.c -o hello.pexe
-::
-:: inside the Windows command prompt, then Windows runs pnacl-gcc.bat.
-:: This script will in turn run:
-:: "python path\to\pnacl\bin\pnacl-gcc hello.c -o hello.pexe"
-
-setlocal
-
-:: Stop incessant CYGWIN complains about "MS-DOS style path"
-set CYGWIN=nodosfilewarning %CYGWIN%
-
-:: TODO(pdox): For the toolchain to be hermetic and relocatable,
-:: we may need to arrange to include Python in our distribution.
-:: For now, use the Python included in the repository checkout.
-set PATH=%~dp0..\..\..\..\third_party\python_26;%PATH%
-
-:: Run the driver
-:: For now, assume "python" is in the PATH.
-python -OO "%~dp0\%~n0" %*
-
-:end
« no previous file with comments | « tools/llvm/driver/pnacl-x86_64-as.py ('k') | tools/llvm/utman.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698