[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / lang / clang

File: [cvs.NetBSD.org] / pkgsrc / lang / clang / Makefile (download)

Revision 1.40, Thu May 28 13:25:59 2015 UTC (8 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.39: +1 -3 lines

Changes 3.6.1:
* Support for AuroraUX has been removed.
* Added support for a native object file-based bitcode wrapper format.
* Added support for MSVCãàÑÔ __vectorcall calling convention as x86_vectorcallcc.
* Prefix data rework
* Metadata is not a Value
* Alias syntax change
* The old JIT has been removed
* object::Binary doesnãàÑÕ own the file buffer
* IR in object files is now supported
* The gold plugin has been rewritten

# $NetBSD: Makefile,v 1.40 2015/05/28 13:25:59 adam Exp $

MAKE_DIRS=		etc/llvm
INSTALLATION_DIRS=	bin lib libexec

.include "../../lang/clang/options.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../lang/clang/Makefile.common"