nico wrote: > I've tested this and it passes all unit and regression tests, but I'll only > be able to make a proper PR tomorrow. I'd probably move `createDiagOptions` > into the `Options` library then. > > If this is causing issues right now, I don't mind this being reverted.
Thanks for looking into it, sounds like a good plan :) No need to revert for this. > causes build errors with older versions of Xcode (Xcode 14 and older seem to > fail To save others the click, according to https://llvm.org/docs/GettingStarted.html#host-c-toolchain-both-compiler-and-standard-library Xcode 14 is still supported. (A bunch of our bots _are_ broken due to this issue.) https://github.com/llvm/llvm-project/pull/152770 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
