eddyz87 wrote: > I think it should be okay. Based on practice of selftest, feature testing > sounds a good way to guard specific features. And in the long run, e.g., > after llvm24 released, we do not even care to use feature guard as users can > upgrade to llvm22/23/24.
Yes, but if someone upgrades to new llvm he would have to either adjust build scripts to disable `gotox`, or upgrade the kernel version. Just want to clarify if that's what we want. https://github.com/llvm/llvm-project/pull/165456 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
