[PATCH] D56705: gn build: Make a couple of improvements to the unix toolchain.
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 14 23:01:14 PST 2019
phosek added inline comments.
================
Comment at: llvm/utils/gn/build/toolchain/BUILD.gn:44
+ depfile = "{{output}}.d"
+ command = "$cc -MMD -MF $depfile -o {{output}} -c {{source}} {{defines}} {{include_dirs}} $target_cflags"
+ depsformat = "gcc"
----------------
This also needs `{{asmflags}}`.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56705/new/
https://reviews.llvm.org/D56705
More information about the llvm-commits
mailing list