[PATCH] D45015: [Preprocessor] Allow libc++ to detect when aligned allocation is unavailable.
Volodymyr Sapsai via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 23 11:05:17 PDT 2018
vsapsai added a comment.
Somewhat tangential, in discussion with Duncan he mentioned that `-nostdinc++` should turn off assumptions about old Darwin. So if you build libc++ yourself, you don't care what does the system stdlib support. I agree with that and think it doesn't interfere with the latest proposal but adds more to it.
Repository:
rC Clang
https://reviews.llvm.org/D45015
More information about the cfe-commits
mailing list