summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex/regexec.c
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2016-05-20 17:38:45 +0000
committerdim <dim@FreeBSD.org>2016-05-20 17:38:45 +0000
commit8692d6dbafb81c0cf0ca972b3ff89921d9954693 (patch)
treec2c80efb9c96812fe30ca4880134f77f0dbe5938 /lib/libc/regex/regexec.c
parent38da92cdf3d2e4e79de23a2cac45469eb3a03ec1 (diff)
downloadFreeBSD-src-8692d6dbafb81c0cf0ca972b3ff89921d9954693.zip
FreeBSD-src-8692d6dbafb81c0cf0ca972b3ff89921d9954693.tar.gz
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.
Diffstat (limited to 'lib/libc/regex/regexec.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud