[libcxx-commits] [libcxx] [libc++] Split up ABI and platform configuration to their own headers (PR #90863)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Wed May 15 23:19:42 PDT 2024
https://github.com/philnik777 commented:
I like this quite a bit. IMO it makes things much tidier. My main concern is that we don't properly include things, which would result in misconfigurations. As long as we keep including `<__config>` that shouldn't be a bigger issue than it already is though. Given that the ABI configurations probably needs some significant rework, I think it's a good idea to have that separately.
https://github.com/llvm/llvm-project/pull/90863
More information about the libcxx-commits
mailing list