[all-commits] [llvm/llvm-project] 2fb131: [OpenMP] Fix incorrect path taken when searching f...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Tue Apr 26 07:51:39 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2fb131668fff921dcfedb0b22efb908cc794c07f
https://github.com/llvm/llvm-project/commit/2fb131668fff921dcfedb0b22efb908cc794c07f
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2022-04-26 (Tue, 26 Apr 2022)
Changed paths:
M clang/tools/clang-linker-wrapper/ClangLinkerWrapper.cpp
Log Message:
-----------
[OpenMP] Fix incorrect path taken when searching for LLD for offloading
Summary:
A previous patch updated the path searching in the linker wrapper. I
made an error and caused `lld`, which is necessary to link AMDGPU
images, to not be found on some systems. This patch fixes this by
correctly searching that linker-wrapper's binary path first again.
More information about the All-commits
mailing list