[libcxx-commits] [PATCH] D68343: [libc++] Move the linker script generation step to CMake
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Oct 2 10:06:24 PDT 2019
ldionne added a comment.
My goal with this patch is to eliminate some global variables from the CMake sources, which make my life harder while refactoring other parts of the build (I'm working on other, upcoming patches).
I checked that the linker script generated with this patch matched the one generated before this patch on a Docker container running Ubuntu.
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