[all-commits] [llvm/llvm-project] 61da50: clang/test: Remove platform-linker feature
Nico Weber via All-commits
all-commits at lists.llvm.org
Mon Nov 30 17:05:19 PST 2020
Branch: refs/heads/temp-test-main
Home: https://github.com/llvm/llvm-project
Commit: 61da501b6a1bf845c3da9a7e761a3c6a3b6cf21a
https://github.com/llvm/llvm-project/commit/61da501b6a1bf845c3da9a7e761a3c6a3b6cf21a
Author: Nico Weber <thakis at chromium.org>
Date: 2020-11-30 (Mon, 30 Nov 2020)
Changed paths:
M clang/test/Driver/riscv32-toolchain-extra.c
M clang/test/Driver/riscv32-toolchain.c
M clang/test/Driver/riscv64-toolchain-extra.c
M clang/test/Driver/riscv64-toolchain.c
M clang/test/lit.site.cfg.py.in
M llvm/utils/gn/secondary/clang/test/BUILD.gn
Log Message:
-----------
clang/test: Remove platform-linker feature
By explicitly requesting the system linker with `-fuse-ld=`, the
tests are able to CHECK for the system linker even with
CLANG_DEFAULT_LINKER=lld.
Alternative to D74704.
Differential Revision: https://reviews.llvm.org/D92291
More information about the All-commits
mailing list