nico wrote: As-is, this requires updating clang and libc++ at the same time, as ` -D__builtin_lt_synthesises_from_spaceship=__builtin_lt_synthesizes_from_spaceship` doesn't seem to have an effect within `__has_feature`.
Does anyone have a different suggestion that might enable updating both independently? If not, is there any way we could tweak either clang or libc++ to also provide / use the old spelling for a bit, so that the two updates don't have to be coupled? https://github.com/llvm/llvm-project/pull/158523 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
