[clang] [Clang][BPF] Add __BPF_FEATURE_GOTOX (PR #165456)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 28 13:54:28 PDT 2025
yonghong-song 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.
https://github.com/llvm/llvm-project/pull/165456
More information about the cfe-commits
mailing list