freebsd-dev/contrib/llvm/tools/clang
Dimitry Andric dd8214827f Pull in r270240 from upstream clang trunk (by me):
Make __FreeBSD_cc_version predefined macro configurable at build time

  The `FreeBSDTargetInfo` class has always set the `__FreeBSD_cc_version`
  predefined macro to a rather static value, calculated from the major OS
  version.

  In the FreeBSD base system, we will start incrementing the value of this
  macro whenever we make any signifant change to clang, so we need a way
  to configure the macro's value at build time.

  Use `FREEBSD_CC_VERSION` for this, which we can define in the FreeBSD
  build system using either the `-D` command line option, or an include
  file.  Stock builds will keep the earlier value.

  Differential Revision: http://reviews.llvm.org/D20037

Follow-up commits will start using the __FreeBSD_cc_version to determine
whether a bootstrap compiler has to be built during buildworld.
2016-05-20 17:38:45 +00:00
..
include Update llvm, clang and lldb to release_38 branch r260756. 2016-02-13 15:58:51 +00:00
lib Pull in r270240 from upstream clang trunk (by me): 2016-05-20 17:38:45 +00:00
tools/driver Revert r298147 (temporary workaround for LLVM PR 26999) in preparation 2016-04-21 20:37:53 +00:00
utils/TableGen Update clang to trunk r256945. 2016-01-06 20:20:48 +00:00
FREEBSD-Xlist Update FREEBSD-Xlist files for llvm and clang. 2015-05-27 20:58:54 +00:00
LICENSE.TXT Merge clang trunk r238337 from ^/vendor/clang/dist, resolve conflicts, 2015-05-27 20:44:45 +00:00