[PATCH] D60329: [gn] Use label_name rather than target_output_name for objects
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 5 11:39:55 PDT 2019
phosek added a comment.
Alternative I also considered would be to use `{{source_out_dir}}/{{label_name}}.dir/{{source_name_part}}.o` which is what CMake does, the advantage is that you end up with prettier object file names (i.e. no `label_name` or `target_output_name` prefixes) which might matter for distribution archives like libc++.a.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60329/new/
https://reviews.llvm.org/D60329
More information about the llvm-commits
mailing list