llvm-project

Форк
0
/
lit.cfg.py 
12 строк · 581.0 Байт
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

7
lit_config.fatal(
8
    "You seem to be running Lit directly -- you should be running Lit through "
9
    "<build>/bin/llvm-lit, which will ensure that the right Lit configuration "
10
    "file is used. See https://libcxx.llvm.org/TestingLibcxx.html#usage for "
11
    "how to run the libc++ tests."
12
)
13

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.