[PATCH] D74704: Support -fuse-ld=lld for riscv
Nico Weber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 24 20:05:31 PST 2020
thakis added inline comments.
Herald added subscribers: frasercrmck, NickHung.
================
Comment at: clang/test/lit.site.cfg.py.in:50
+if not "@CLANG_DEFAULT_LINKER@":
+ config.available_features('platform-linker')
+
----------------
Why do you need this feature? clang invocations that want to use the platform linker can just pass `-fuse-ld=` or `-fuse-ld=ld`, no?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74704/new/
https://reviews.llvm.org/D74704
More information about the cfe-commits
mailing list