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

Nico Weber via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Oct 7 06:26:18 PDT 2019


thakis added a comment.

I do not know why the linker script looks like it does.

I don't particularly care about the make build's output. I weakly feel that build steps should be silent (unless they fail) in all generators (http://www.linfo.org/rule_of_silence.html), but cmake's make generator output produces pretty verbose output by default already, so it's just another broken window there.


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