summaryrefslogtreecommitdiffstats
path: root/libclc/build
Commit message (Collapse)AuthorAgeFilesLines
* libclc: Drop the old python based build systemJan Vesely2019-11-082-218/+0
| | | | | Reviewer: tstellar Differential Revision: https://reviews.llvm.org/D69966
* configure.py: Make python3 friendlyJan Vesely2017-08-021-1/+1
| | | | | | | | | | mostly prints and exceptions. Few behavioral changes are documented in the text Generated Makefile is identical between python2 and python3 Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> Reviewed-by: Aaron Watry <awatry@gmail.com> llvm-svn: 309820
* Fixed ninja build issues relating to use of $(DESTDIR)Tom Stellard2014-01-291-4/+12
| | | | | | | | | | We use ${DESTDIR} syntax now instead of $(DESTDIR) because that syntax works both is the shell (at least it does for bash) and for make (at least it does for GNU Make) Patch By: Dan Liew llvm-svn: 200414
* Clean-up dependency filesTom Stellard2013-10-231-0/+5
| | | | | | Patch by: Jeroen Ketema llvm-svn: 193221
* configure.py: Add an install rule.Peter Collingbourne2012-06-011-1/+5
| | | | llvm-svn: 157821
* Initial commit.Peter Collingbourne2012-01-082-0/+201
llvm-svn: 147756
OpenPOWER on IntegriCloud