summaryrefslogtreecommitdiffstats
path: root/lib/clang
Commit message (Collapse)AuthorAgeFilesLines
* Do the branding right this time.ed2010-06-121-1/+2
| | | | | | | | | 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.
* Disable usage of __DATE__.ed2010-06-101-1/+1
| | | | | This ensures that the Clang binary doesn't change checksums every time it's built.
* Brand our Clang binary.ed2010-06-101-1/+2
| | | | | That way it's easier for the Clang folks to keep track of what we're doing.
* Import the build makefiles for clang/LLVM.rdivacky2010-06-09115-0/+1811
Approved by: ed (mentor)
OpenPOWER on IntegriCloud