summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmipa
Commit message (Collapse)AuthorAgeFilesLines
* First part of updating llvm/clang build glue: getting llvm-tblgen,dim2015-12-312-46/+0
| | | | clang-tblgen and clang itself built.
* META MODE: Update dependencies with 'the-lot' and add missing directories.bdrewery2015-12-011-0/+2
| | | | | | | | | | | | | | This is not properly respecting WITHOUT or ARCH dependencies in target/. Doing so requires a massive effort to rework targets/ to do so. A better approach will be to either include the SUBDIR Makefiles directly and map to DIRDEPS or just dynamically lookup the SUBDIR. These lose the benefit of having a userland/lib, userland/libexec, etc, though and results in a massive package. The current implementation of targets/ is very unmaintainable. Currently rescue/rescue and sys/modules are still not connected. Sponsored by: EMC / Isilon Storage Division
* Add META_MODE support.sjg2015-06-131-0/+24
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Merge sync of headsjg2015-05-271-1/+0
| |\ | |/ |/|
| * Updated dependenciessjg2014-05-161-2/+1
| |
| * Merge from headsjg2014-05-081-1/+1
| |\
| * | Updated dependenciessjg2013-10-131-0/+3
| | |
| * | Merge from headsjg2013-09-051-1/+3
| |\ \
| * | | Updated dependenciessjg2013-03-171-2/+2
| | | |
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+23
| | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | | Update llvm and clang library and binary Makefiles for 3.6.0 rc1.dim2015-01-261-1/+0
| |_|/ |/| |
* | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
| |/ |/| | | | | from the latter.
* | Upgrade our copy of llvm/clang to trunk r178860, in preparation of thedim2013-04-121-1/+3
|/ | | | | | | | | upcoming 3.3 release (branching and freezing expected in a few weeks). Preliminary release notes can be found at the usual location: <http://llvm.org/docs/ReleaseNotes.html> An MFC is planned once the actual 3.3 release is finished.
* Add a WITH_CLANG_EXTRAS option for src.conf(5), disabled by default,dim2012-02-051-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that builds the following additional llvm/clang tools: - bugpoint - llc - lli - llvm-ar - llvm-as - llvm-bcanalyzer - llvm-diff - llvm-dis - llvm-extract - llvm-ld - llvm-link - llvm-mc - llvm-nm - llvm-objdump - llvm-prof - llvm-ranlib - llvm-rtdyld - llvm-stub - macho-dump - opt These tools are mainly useful for people that want to manipulate llvm bitcode (.bc) and llvm assembly language (.ll) files, or want to tinker with llvm and clang themselves. MFC after: 2 weeks
* Upgrade our Clang in base to r108428.ed2010-07-201-1/+3
| | | | | | | | | This commit merges the latest LLVM sources from the vendor space. It also updates the build glue to match the new sources. Clang's version number is changed to match LLVM's, which means /usr/include/clang/2.0 has been renamed to /usr/include/clang/2.8. Obtained from: projects/clangbsd
* Import the build makefiles for clang/LLVM.rdivacky2010-06-091-0/+11
Approved by: ed (mentor)
OpenPOWER on IntegriCloud