diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2015-07-30 01:30:36 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2015-07-30 01:30:36 +0000 |
commit | a068c1de54f5ee73fd378bd0398e54648221f6ac (patch) | |
tree | 403e372263896634d67193efb024438359750ff4 /devel/Makefile | |
parent | 42bff434d40cbd69e0745406c118896211df0d7c (diff) |
Add LLVM 3.7 port at 3.7.0 RC1:
The LLVM Project is a collection of modular and reusable compiler and
toolchain technologies.
This port includes Clang (a C/C++/Objective-C compiler), LLD (a linker),
LLDB (a debugger), an OpenMP runtime library, and the LLVM infrastructure
these are built on.
Sponsored by: DARPA, AFRL
Notes
Notes:
svn path=/head/; revision=393213
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 4b7d720e01f5..d425a9b5e6af 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1326,6 +1326,7 @@ SUBDIR += llvm34 SUBDIR += llvm35 SUBDIR += llvm36 + SUBDIR += llvm37 SUBDIR += lm4tools SUBDIR += lmdbg SUBDIR += lndir |