[libcxx-commits] [PATCH] D94205: [libcxx] Port to OpenBSD
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jan 12 10:41:54 PST 2021
ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.
Sorry, I think I had started the review on my phone and forgot to pick it back up. LGTM, do you need commit access?
On a side note, everybody porting to a new platform needs to add this `xlocale.h` header. I think it points to something we could improve on.
================
Comment at: libcxx/include/__config:371
# define _LIBCPP_HAS_TIMESPEC_GET
+# elif defined(__OpenBSD__)
+# define _LIBCPP_HAS_ALIGNED_ALLOC
----------------
OpenBSD doesn’t have quick exit?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94205/new/
https://reviews.llvm.org/D94205
More information about the libcxx-commits
mailing list