wenju-he wrote: > Looks like it's not telling clang where `libclc.bc` is (presumably via > overriding `-resource-dir`).
There is a `--libclc-lib` flag to override. Disabling .cl tests in standalone build is simpler fix: https://github.com/llvm/llvm-project/pull/199164 Tt is probably enough to just test them in in-tree build. https://github.com/llvm/llvm-project/pull/197151 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
