zhmu added a comment.
LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124729/new/
https://reviews.llvm.org/D124729
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bi
zhmu created this revision.
zhmu added a reviewer: jroelofs.
Herald added subscribers: cfe-commits, mgorny.
Herald added a reviewer: EricWF.
I'm trying to build libcxxabi as prerequisite for libcxx. The target doesn't
yet support userland threads, so I set LIBCXXABI_ENABLE_THREADS to 'OFF' in
CM
zhmu added a comment.
I've added jroelofs to the reviewer list as we spoke about this in #llvm quite
some time ago.
Repository:
rUNW libunwind
https://reviews.llvm.org/D43442
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.l
zhmu created this revision.
zhmu added a reviewer: jroelofs.
Herald added subscribers: cfe-commits, mgorny.
Herald added a reviewer: EricWF.
I'm trying to build libunwind as prerequisite for libcxx/libcxxabi. The target
doesn't yet support userland threads, so I set LIBUNWIND_ENABLE_THREADS to
'
zhmu added a comment.
@ed I tried to keep things as much in line as the other
::linker::Construct() functions do. Do you wish to stray from that path?
I actually prefer to keep it like this as it's quite readable already, but YMMV
of course :-)
Repository:
rC Clang
https://reviews.llvm.org
zhmu created this revision.
zhmu added a reviewer: ed.
Herald added a subscriber: cfe-commits.
The Ananas Operating System (https://github.com/zhmu/ananas) has shared library
support as of commit 57739c0b6ece56dd4872aedf30264ed4b9412c77.
This change adds the necessary settings to clang so that s