lit.cfg.py 487 B

12345678910
  1. # All the Lit configuration is handled in the site configs -- this file is only
  2. # left as a canary to catch invocations of Lit that do not go through llvm-lit.
  3. #
  4. # Invocations that go through llvm-lit will automatically use the right Lit
  5. # site configuration inside the build directory.
  6. lit_config.fatal(
  7. "You seem to be running Lit directly -- you should be running Lit through "
  8. "<build>/bin/llvm-lit, which will ensure that the right Lit configuration "
  9. "file is used.")