diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2008-03-26 21:18:58 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2008-03-26 21:18:58 +0000 |
commit | c851ffbed29483e05da676284b1dd2c9a24871dd (patch) | |
tree | a0764fa745fbfb5e0a0d6ea4a0909b655a1caaba /tools | |
parent | 9d6bb9bb87b4da46be567e6e544fbc68802660cb (diff) | |
download | external_llvm-c851ffbed29483e05da676284b1dd2c9a24871dd.zip external_llvm-c851ffbed29483e05da676284b1dd2c9a24871dd.tar.gz external_llvm-c851ffbed29483e05da676284b1dd2c9a24871dd.tar.bz2 |
Test commit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48840 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r-- | tools/llvmc2/doc/LLVMC-Enhancements.rst | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/llvmc2/doc/LLVMC-Enhancements.rst b/tools/llvmc2/doc/LLVMC-Enhancements.rst index d3247c6..2b77816 100644 --- a/tools/llvmc2/doc/LLVMC-Enhancements.rst +++ b/tools/llvmc2/doc/LLVMC-Enhancements.rst @@ -240,15 +240,6 @@ categories: driver. Examples: --help, -o file/-pipe (redirect output). Can be 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 ====== |