diff options
author | Joseph Huber <huberjn@outlook.com> | 2024-02-08 17:17:21 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-08 17:17:21 -0600 |
commit | 42230e213e11a0cf9cdbdcd49225eb0d325ef007 (patch) | |
tree | 6880e8f97a5fbf381b9d68e180c201f9652b8062 /llvm/lib/Object/WasmObjectFile.cpp | |
parent | 9211e67da36782db44a46ccb9ac06734ccf2570f (diff) | |
download | llvm-42230e213e11a0cf9cdbdcd49225eb0d325ef007.zip llvm-42230e213e11a0cf9cdbdcd49225eb0d325ef007.tar.gz llvm-42230e213e11a0cf9cdbdcd49225eb0d325ef007.tar.bz2 |
[LinkerWrapper] Allow 'all' as a generic bundled architecture (#81193)
Summary:
Currently, the linker wrapper sorts input files into different link
jobs according to their architectures. Here we assume each architecture
is a unique and incompatible link job unless they are specifically
marked compatible. This patch simply adds an `all` target to represent
an architecture that should be linked against every single other
architecture.
This will be useful for modelling generic IR such as the ROCm device
libraries or the NVPTX libdevice.
Diffstat (limited to 'llvm/lib/Object/WasmObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions