This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8440c5e621
freebsd-dev
/
lib
/
clang
/
freebsd_cc_version.h
4 lines
53 B
C
Raw
Normal View
History
Unescape
Escape
For clang, move the definition of FREEBSD_CC_VERSION into its own header file, lib/clang/freebsd_cc_version.h, instead of reusing Version.inc. The header is only included from one .cpp file in the clang tree. This minimizes the number of .cpp files that need to be rebuilt if the version is bumped. Discussed with: bdrewery
2016-06-03 16:17:36 +00:00
/* $FreeBSD$ */
Bump FREEBSD_CC_VERSION to force bootstrap compiler build.
2017-01-04 20:42:37 +00:00
#
define FREEBSD_CC_VERSION 1200006
Reference in New Issue
Copy Permalink