[all-commits] [llvm/llvm-project] 0bb1bf: [LinkerWrapper] Add AMDGPU specific options to the...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Tue Jul 5 10:44:05 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0bb1bf1b1761a9070540df0ae0e51bc1bfb80ccd
https://github.com/llvm/llvm-project/commit/0bb1bf1b1761a9070540df0ae0e51bc1bfb80ccd
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2022-07-05 (Tue, 05 Jul 2022)
Changed paths:
M clang/test/Driver/linker-wrapper.c
M clang/tools/clang-linker-wrapper/ClangLinkerWrapper.cpp
Log Message:
-----------
[LinkerWrapper] Add AMDGPU specific options to the LLD invocation
We use LLD to perform AMDGPU linking. This linker accepts some arguments
through the `-plugin-opt` facilities. These options match what `Clang`
will output when given the same input.
Reviewed By: yaxunl
Differential Revision: https://reviews.llvm.org/D128923
More information about the All-commits
mailing list