[PATCH] D98493: [WoA][MSVC] Use default linker setting in MSVC-compatible driver
Maxim Kuvyrkov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 18 03:41:04 PDT 2021
maxim-kuvyrkov added a comment.
This patch broke clang-ppc64le-rhel builder. The patch makes MSVC-compatible driver honour CLANG_DEFAULT_LINKER setting, which this builder sets to “lld”. Therefore there’s an expected change in the output now that CLANG_DEFAULT_LINKER can override link.exe.
This is the only builder, which sets -DCLANG_DEFAULT_LINKER to something other than the default. I’m looking how to fix this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98493/new/
https://reviews.llvm.org/D98493
More information about the cfe-commits
mailing list