First "do nothing" version of the LLVM Compiler Driver. This version just
authorReid Spencer <rspencer@reidspencer.com>
Tue, 10 Aug 2004 16:26:01 +0000 (16:26 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 10 Aug 2004 16:26:01 +0000 (16:26 +0000)
commit034a544401dce6cfa7a46d553600b385e23c522d
tree5414d8345ca44b5eff98d723ad75f5617063bfed
parent7d620d57a4e2a279b127a8b1ae2e2dd29c29640c
First "do nothing" version of the LLVM Compiler Driver. This version just
processes command line arguments and allows --help to be used.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15607 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvmc/llvmc.cpp [new file with mode: 0644]