aboutsummaryrefslogtreecommitdiff
path: root/libcxx/test/lit.cfg.py
blob: ea4a9a75b4fdb8494e06d868488b7a3fd415bf00 (plain)
1
2
3
4
5
6
7
8
9
10
11
# All the Lit configuration is handled in the site configs -- this file is only
# left as a canary to catch invocations of Lit that do not go through llvm-lit.
#
# Invocations that go through llvm-lit will automatically use the right Lit
# site configuration inside the build directory.

lit_config.fatal(
    "You seem to be running Lit directly -- you should be running Lit through "
    "<build>/bin/llvm-lit, which will ensure that the right Lit configuration "
    "file is used."
)