[libcxx-commits] [PATCH] D94205: [libcxx] Port to OpenBSD
Brad Smith via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jan 12 11:01:20 PST 2021
brad added a comment.
In D94205#2493714 <https://reviews.llvm.org/D94205#2493714>, @ldionne wrote:
> Sorry, I think I had started the review on my phone and forgot to pick it back up. LGTM, do you need commit access?
Thanks. I wasn't sure if you saw this since Phabricator had a warning about something being blocked. I didn't fully understand that part.
I have commit access.
================
Comment at: libcxx/include/__config:371
# define _LIBCPP_HAS_TIMESPEC_GET
+# elif defined(__OpenBSD__)
+# define _LIBCPP_HAS_ALIGNED_ALLOC
----------------
ldionne wrote:
> OpenBSD doesn’t have quick exit?
> OpenBSD doesn’t have quick exit?
Correct. I am prodding from our end to see about such support being added especially seeing as we're the odd man out.
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