[all-commits] [llvm/llvm-project] 75cce5: [Driver] Fix test for use of ld from devtoolset (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue May 23 04:53:34 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 75cce50fd2d3869b97d66c280dc2b2c34f9b2818
https://github.com/llvm/llvm-project/commit/75cce50fd2d3869b97d66c280dc2b2c34f9b2818
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-05-23 (Tue, 23 May 2023)
Changed paths:
A clang/test/Driver/Inputs/rhel_7_tree/opt/rh/devtoolset-7/root/usr/bin/ld
A clang/test/Driver/Inputs/rhel_7_tree/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/crtbegin.o
A clang/test/Driver/Inputs/rhel_7_tree/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/crtend.o
M clang/test/Driver/linux-ld.c
Log Message:
-----------
[Driver] Fix test for use of ld from devtoolset (NFC)
The test added in c5fe10f365247c3dd9416b7ec8bad73a60b5946e contains
some typos in the check lines, due to which it never actually
verified what was intended.
Fix the test by adding the required input tree and adjusting the
check lines appropriately.
Differential Revision: https://reviews.llvm.org/D151195
More information about the All-commits
mailing list