weliveindetail wrote: Nice! LGTM at first glace
> I'm not sure whether using the LLVM Bye.so in the tests is possible this way (e.g., if Clang is built standalone). Testing against examples is fine, but almost never exercised on build bots. We don't expose `LLVM_BUILD_EXAMPLES` as export, so clang standalone won't see it. Also, I think `%llvmshlibdir` is broken in standalone builds. You can use `config.llvm_libs_dir`, but IIRC there is no substitution yet. https://github.com/llvm/llvm-project/pull/171868 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
