diff options
author | Joseph Huber <huberjn@outlook.com> | 2024-04-26 13:58:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-26 13:58:11 -0500 |
commit | 72b0c11cfd267b754076dfc2908ba921c4f69ee3 (patch) | |
tree | d79dd7df9d74b0481b9218b6ad5ac0dda1ee0ecc /llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp | |
parent | 266a9274dd14d06d559ca8a37e2d1b5f985a5398 (diff) | |
download | llvm-72b0c11cfd267b754076dfc2908ba921c4f69ee3.zip llvm-72b0c11cfd267b754076dfc2908ba921c4f69ee3.tar.gz llvm-72b0c11cfd267b754076dfc2908ba921c4f69ee3.tar.bz2 |
[Libomptarget] Rename `libomptarget.rtl.x86_64` to `libomptarget.rtl.host` (#86868)
Summary:
All of these are functionally the same code, just compiled for separate
architectures. We currently do not expose a way to execute these on
separate architectures as the host plugin works using `dlopen` into the
same process, and therefore cannot possibly be an incompatible
architecture. (This could work with a remote plugin, but this is not
supported yet).
This patch simply renames all of these to the same thing so we no longer
need to check around for its varying definitions.
Diffstat (limited to 'llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions