This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-nq
/
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$ */
Initial update of clang/llvm build glue, for building just a minimal clang executable.
2017-04-17 11:21:42 +00:00
#
define FREEBSD_CC_VERSION 1200007
Reference in New Issue
Copy Permalink