[cfe-commits] r67204 - in /cfe/trunk/lib/Driver: Driver.cpp Makefile
Mike Stump
mrs at apple.com
Wed Mar 18 11:51:05 PDT 2009
On Mar 18, 2009, at 10:39 AM, Daniel Dunbar wrote:
> ccc version 1.0 (http://llvm.org/svn/llvm-project/cfe/trunk)
>
> which I think is fine. If someone tags clang, say for an llvm
> release, it will have the release tag. If we want to add the svn
> revision information, a la gcc, we could do that, but it is a harder
> to get at and isn't always available (svn export say).
>
> Yes, this is what I meant.
Ah, fixed:
$ clang-driver -v
ccc version 1.0 (https://mrs@llvm.org/svn/llvm-project/cfe/trunk 67214:67220
)
$ cvn ci
$ make
$ clang-driver -v
ccc version 1.0 (https://mrs@llvm.org/svn/llvm-project/cfe/trunk 67220)
:-)
More information about the cfe-commits
mailing list