[libcxx-commits] [PATCH] D68343: [libc++] Move the linker script generation step to CMake

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 8 13:14:58 PDT 2019


mstorsjo added a comment.

In D68343#1700294 <https://reviews.llvm.org/D68343#1700294>, @thakis wrote:

> I don't think linker scripts are a thing on Window. lld-link doesn't support them. Maybe something in MinGW does, I don't know.


GNU ld does support linker script on COFF (somewhat at least, I think), but lld doesn't.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68343





More information about the libcxx-commits mailing list