[PATCH] D55606: [gn build] Add infrastructure to create symlinks and use it to create lld's symlinks
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 12 11:00:49 PST 2018
thakis marked an inline comment as done.
thakis added inline comments.
================
Comment at: llvm/utils/gn/secondary/lld/tools/lld/BUILD.gn:15
+ source = "lld"
+ output = "$root_out_dir/bin/$target"
+ }
----------------
thakis wrote:
> Not sure if root_out_dir is the right thing here once we do cross builds. Is there something like "root of current toolchain"?
Oh, root_out_dir is per-toolchain. Then this is good as-is I think.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55606/new/
https://reviews.llvm.org/D55606
More information about the llvm-commits
mailing list