This avoids the need for a custom generated config file which is desired because the custom config files differs per-target which means we cannot reuse headers across different targets.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCXX libc++
Event Timeline
Comment Actions
I don't like this but I'm not sure if there's a better way to do this, do you have any ideas?
libcxx/CMakeLists.txt | ||
---|---|---|
100 ↗ | (On Diff #141091) | I don't think this part of the change is needed. Won't setting ABI_VERSION_DEFAULT to 2 result in a site config header being generated? |
Please indent these nested #ifdefs.