Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | llvm-build: Add --write-llvmbuild option, which writes out the component tree. | Daniel Dunbar | 2011-11-03 | 2 | -1/+95 | |
| | | | | | | - Useful for migrating or auto-upgrading the format schema. llvm-svn: 143626 | |||||
* | llvm-build: Add --print-tree command line option. | Daniel Dunbar | 2011-11-03 | 1 | -6/+26 | |
| | | | | llvm-svn: 143625 | |||||
* | llvm-build: Fill in some details w.r.t. component's parents. | Daniel Dunbar | 2011-11-03 | 2 | -0/+27 | |
| | | | | llvm-svn: 143624 | |||||
* | llvm-build: Validate information on the loaded components and form the ↵ | Daniel Dunbar | 2011-11-03 | 2 | -1/+91 | |
| | | | | | | | | topological ordering among them (as well as validating that there are no cycles). - Currently we require that all references between components (except the parent relation) fit into a DAG -- this could be relaxed later if it ever proves to be useful. llvm-svn: 143623 | |||||
* | llvm-build: Fill in more of component parsing to be more strict and | Daniel Dunbar | 2011-11-03 | 2 | -20/+108 | |
| | | | | | | differentiate between strings and lists. llvm-svn: 143622 | |||||
* | llvm-build: Sketch code to load LLVMBuild.txt files. | Daniel Dunbar | 2011-11-03 | 2 | -0/+181 | |
| | | | | llvm-svn: 143621 | |||||
* | build: Stub out llvm-build utility tool. | Daniel Dunbar | 2011-11-03 | 4 | -0/+39 | |
llvm-svn: 143620 |