https://github.com/pcc commented:
> in libc++ we have a pre-commit CI so this feature should be tested in our CI, > if you need help with that, best reach out to us on Discord. However I think > we first need to look at how we can properly integrate this in libc++. Sure, I will get in touch once this is closer to landing (everything else in https://github.com/orgs/llvm/projects/38 needs to land first). So far I've been running the libc++ test suite manually with some hand written cfg files but it would be good to get everything hooked up so that the tests can run in CI as well. > I'm not fond of this patch since it mixes LLVM, Clang, and libc++(abi) code. > This makes it hard to determine when all reviewer groups are satisfied. Is > there a reason why the libc++ and the libc++abi part can't be in two separate > patches? No problem, I'll split up the libc++ and libc++abi parts into separate patches the next time I upload. > (I don't know whether it makes sense to keep the LLVM & Clang part in one > patch.) That would make sense, the changes that add the new LLVM intrinsic can be made a prerequisite of the Clang changes. https://github.com/llvm/llvm-project/pull/133538 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits