[llvm] [lit] Fix tests when run via symlinks (PR #192530)
Keith Smiley via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 17 12:49:01 PDT 2026
keith wrote:
yea exactly, bazel's sandbox symlinks everything in to a separate directory to avoid the test seeing more files than it should. we could disable this for these tests on the bazel side to avoid this issue but this seemed reasonable enough to me
https://github.com/llvm/llvm-project/pull/192530
More information about the llvm-commits
mailing list