[runtimes][NFC] Improve error message when running Lit incorrectly
This commit is contained in:
@@ -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."
|
||||
)
|
||||
|
||||
@@ -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."
|
||||
)
|
||||
|
||||
@@ -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."
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user