llvm-6502/utils/llvm-build
Daniel Dunbar 1cf14aff1b llvm-build: Validate information on the loaded components and form the 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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143623 91177308-0d34-0410-b5e6-96231b3b80d8
2011-11-03 17:56:12 +00:00
..
llvmbuild llvm-build: Validate information on the loaded components and form the topological ordering among them (as well as validating that there are no cycles). 2011-11-03 17:56:12 +00:00
llvm-build
README.txt

==============================
 llvm-build - LLVM Build Tool
==============================

`llvm-build` is a tool for helping build the LLVM project.