aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
diff options
context:
space:
mode:
authorJoseph Huber <huberjn@outlook.com>2023-12-18 11:16:49 -0600
committerGitHub <noreply@github.com>2023-12-18 11:16:49 -0600
commit8e2cc19e2e60d348859c0967a2707bcc8cb9936a (patch)
tree6d9ff2b0579c5dc3995d5f63b68ae8364581dcef /llvm/tools/llvm-objdump/llvm-objdump.cpp
parent245cddae705aa8c8c8c88f80afb128d46b911695 (diff)
downloadllvm-8e2cc19e2e60d348859c0967a2707bcc8cb9936a.zip
llvm-8e2cc19e2e60d348859c0967a2707bcc8cb9936a.tar.gz
llvm-8e2cc19e2e60d348859c0967a2707bcc8cb9936a.tar.bz2
[LinkerWrapper] Forward more arguments to the CPU offloading linker (#75757)
Summary: The CPU target currently inherits all the libraries from the normal link job to ensure that it has access to the same envrionment that the host does. However, this previously was not respecting argument libraries that are passed by name rather than `-l` as well as the whole archive flags. This patch fixes this to allow the CPU linker to correctly pick up the libraries associated with things like address sanitizers. Fixes: https://github.com/llvm/llvm-project/issues/75651
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions