From: Mike Stump Date: Wed, 11 Feb 2009 01:11:36 +0000 (+0000) Subject: One more tweak to account for gluing together llvm and clang into one. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77a60115e3edc4db99666cb77fba073d03f71212;p=clang One more tweak to account for gluing together llvm and clang into one. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64276 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/ccc/ccclib/Driver.py b/tools/ccc/ccclib/Driver.py index 0ee3c52d9a..cda016153e 100644 --- a/tools/ccc/ccclib/Driver.py +++ b/tools/ccc/ccclib/Driver.py @@ -306,6 +306,7 @@ class Driver(object): # FIXME: Print default target triple. vers = '$HeadURL$' vers = vers.split('/tools/ccc')[0] + vers = vers.split('/clang/tools/clang')[0] vers = ' (' + vers[10:] + ')' print >>sys.stderr,'ccc version 1.0' + vers