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
b817d7a5b2
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 again for r309147 and 309149.
2016-11-25 18:12:57 +00:00
#
define FREEBSD_CC_VERSION 1200004
Reference in New Issue
Copy Permalink