Date: Sat, 12 Jun 2010 15:13:36 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/contrib/llvm/tools/clang/lib/Basic Version.cpp src/lib/clang clang.build.mk Message-ID: <201006121518.o5CFImE2022686@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ed 2010-06-12 15:13:36 UTC FreeBSD src repository Modified files: contrib/llvm/tools/clang/lib/Basic Version.cpp lib/clang clang.build.mk Log: SVN rev 209107 on 2010-06-12 15:13:36Z by ed Do the branding right this time. I've looked at other places in the source tree where CLANG_VENDOR is used and I suspect it might not be safe to use newlines here. CLANG_VENDOR should just be defined to "FreeBSD ", just like the latest Clang preview in OS X uses "Apple ". Properly use SVN_REVISION to define it to the imported revision of Clang. I do want to have a date in there, so slightly modify the code to support CLANG_VENDOR_SUFFIX. Revision Changes Path 1.2 +3 -0 src/contrib/llvm/tools/clang/lib/Basic/Version.cpp 1.3 +2 -1 src/lib/clang/clang.build.mk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006121518.o5CFImE2022686>