[all-commits] [llvm/llvm-project] b7f60d: [Compiler-rt] Downgrade another fatal error to war...
Dan Liew via All-commits
all-commits at lists.llvm.org
Sat May 15 11:12:29 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b7f60d861ad7a8d03c09c0b72277eabaa53731fb
https://github.com/llvm/llvm-project/commit/b7f60d861ad7a8d03c09c0b72277eabaa53731fb
Author: Dan Liew <dliew at apple.com>
Date: 2021-05-15 (Sat, 15 May 2021)
Changed paths:
M compiler-rt/test/lit.common.cfg.py
Log Message:
-----------
[Compiler-rt] Downgrade another fatal error to warning
https://reviews.llvm.org/D101681 landed a change to check the testing
configuration which relies on using the `-print-runtime-dir` flag of
clang to determine where the runtime testing library is.
The patch treated not being able to find the path reported by clang
as an error. Unfortunately this seems to break the
`llvm-clang-win-x-aarch64` bot. Either the bot is misconfigured or
clang is reporting a bogus path.
To temporarily unbreak the bot downgrade the fatal error to a warning.
While we're here also print information about the command used to
determine the path to aid debugging.
More information about the All-commits
mailing list