summaryrefslogtreecommitdiffstats
path: root/llvm/utils/llvm-build/llvmbuild
Commit message (Collapse)AuthorAgeFilesLines
...
* llvm-build: Add --write-llvmbuild option, which writes out the component tree.Daniel Dunbar2011-11-032-1/+95
| | | | | | - Useful for migrating or auto-upgrading the format schema. llvm-svn: 143626
* llvm-build: Add --print-tree command line option.Daniel Dunbar2011-11-031-6/+26
| | | | llvm-svn: 143625
* llvm-build: Fill in some details w.r.t. component's parents.Daniel Dunbar2011-11-032-0/+27
| | | | llvm-svn: 143624
* llvm-build: Validate information on the loaded components and form the ↵Daniel Dunbar2011-11-032-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 andDaniel Dunbar2011-11-032-20/+108
| | | | | | differentiate between strings and lists. llvm-svn: 143622
* llvm-build: Sketch code to load LLVMBuild.txt files.Daniel Dunbar2011-11-032-0/+181
| | | | llvm-svn: 143621
* build: Stub out llvm-build utility tool.Daniel Dunbar2011-11-032-0/+28
llvm-svn: 143620
OpenPOWER on IntegriCloud