Im pretty sure this is not used: even on Heroku based installs

llvm-svn: 305957
1 file changed
tree: 407680dd4b7f7015afe7fec25102e32588b238a2
  1. deployment/
  2. docs/
  3. examples/
  4. lnt/
  5. tests/
  6. utils/
  7. .arcconfig
  8. .gitignore
  9. CHANGELOG.txt
  10. LICENSE.TXT
  11. MANIFEST.in
  12. Procfile
  13. README.md
  14. requirements.client.txt
  15. requirements.server.txt
  16. setup.py
README.md

LLVM “Nightly Test” Infrastructure

This directory and its subdirectories contain the LLVM nightly test infrastructure. This is technically version “4.0” of the LLVM nightly test architecture.

The infrastructure has the following layout:

$ROOT/lnt - Top-level Python ‘lnt’ module

$ROOT/lnt/server/db - Database schema, utilities, and examples of the LNT plist format.

$ROOT/docs - Sphinx documentation for LNT.

$ROOT/tests - Tests for the infrastructure.

For more information, see the web documentation, or docs/.