Incorrect FileCheck path on msvc and RelWithDbgInfo #40680
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
O-windows-msvc
Toolchain: MSVC, Operating system: Windows
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
When compiling for msvc and using a
RelWithDbgInfo
LLVM, an incorrect path toFileCheck.exe
is used (hardcoded toRelease/bin
).I find the exact conditions which determine the directory to use a bit confusing.
The text was updated successfully, but these errors were encountered: