[all-commits] [llvm/llvm-project] 7ee8bd: [OpenMP] Use executable path when searching for lld
Joseph Huber via All-commits
all-commits at lists.llvm.org
Mon Feb 7 12:10:15 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7ee8bd60f225b36623114f52103b0ecb91e2fb64
https://github.com/llvm/llvm-project/commit/7ee8bd60f225b36623114f52103b0ecb91e2fb64
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2022-02-07 (Mon, 07 Feb 2022)
Changed paths:
M clang/tools/clang-linker-wrapper/ClangLinkerWrapper.cpp
Log Message:
-----------
[OpenMP] Use executable path when searching for lld
Summary:
This patch changes the ClangLinkerWrapper to use the executable path
when searching for the lld binary. Previously we relied on the program
name. Also not finding 'llvm-strip' is not considered an error anymore
because it is an optional optimization.
More information about the All-commits
mailing list