[runtimes][NFC] Improve error message when running Lit incorrectly

This commit is contained in:
Louis Dionne
2024-06-26 15:43:14 -05:00
parent a54704de0d
commit eeb931641a
3 changed files with 6 additions and 3 deletions

View File

@@ -7,5 +7,6 @@
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."
"file is used. See https://libcxx.llvm.org/TestingLibcxx.html#usage for "
"how to run the libc++ tests."
)

View File

@@ -7,5 +7,6 @@
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."
"file is used. See https://libcxx.llvm.org/TestingLibcxx.html#usage for "
"how to run the libc++abi tests."
)

View File

@@ -7,5 +7,6 @@
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."
"file is used. See https://libcxx.llvm.org/TestingLibcxx.html#usage for "
"how to run the libunwind tests."
)