Test commit

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48840 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Mikhail Glushenkov 2008-03-26 21:18:58 +00:00
parent 0c28432852
commit 56ba12c497

View File

@ -240,15 +240,6 @@ categories:
driver. Examples: --help, -o file/-pipe (redirect output). Can be driver. Examples: --help, -o file/-pipe (redirect output). Can be
local or global. local or global.
Naming
======
Because the compiler driver, as a single point of access to the LLVM
tool set, is a frequently used tool, it is desirable to make its name
as short and easy to type as possible. Some possible names are 'llcc' or
'lcc', by analogy with gcc.
Issues Issues
====== ======