rupprecht wrote:

Broadly speaking, bazel tests are much more explicit about paths, and you can 
make few assumptions about where things will be. A common fix is to have paths 
passed in as flags/env vars, or sometimes you can "copy" files (often just a 
symlink) so that it will be in the same dir. I think it's fine if we just skip 
this test for bazel for now.

https://github.com/llvm/llvm-project/pull/152562
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to