[libcxx-commits] [PATCH] D60309: [libcxx] Update gen_link_script.py to support different input and output

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 5 12:53:58 PDT 2019


ldionne added a comment.

In D60309#1456737 <https://reviews.llvm.org/D60309#1456737>, @ldionne wrote:

> In D60309#1456662 <https://reviews.llvm.org/D60309#1456662>, @smeenai wrote:
>
> > In D60309#1456569 <https://reviews.llvm.org/D60309#1456569>, @ldionne wrote:
> >
> > > While we're at it, do you know why the `LIBCXX_ENABLE_ABI_LINKER_SCRIPT` isn't allowed on Apple platforms? It doesn't seem to me like this is something you'd want to necessarily prevent on Apple platforms.
> >
> >
> > Linker scripts aren't a thing on Darwin, are they?
>
>
> My point is just that you might want to create/test the creation of the linker script on Darwin. Also, you could potentially be building for a Unix on an Apple platform.


I mean crosscompiling _from_ an Apple platform.

The restriction just appeared artificial to me, that's all.


Repository:
  rCXX libc++

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60309/new/

https://reviews.llvm.org/D60309





More information about the libcxx-commits mailing list