petrhosek wrote: > I didn't touch the `if(APPLE)` bit because I wasn't sure if that was doing > something different to match Mac-specific expectations rather than the > generic hermetic thing like the others.
We can change that one as well, the `if(APPLE)` is just due to the runtimes build differences. https://github.com/llvm/llvm-project/pull/189123 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
