aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
diff options
context:
space:
mode:
authorJoseph Huber <huberjn@outlook.com>2024-04-29 11:18:37 -0500
committerGitHub <noreply@github.com>2024-04-29 11:18:37 -0500
commitb07177fb68d396cc9063ac4899e4d67f6765597f (patch)
tree8f2821a1147400efd4b84633551fcd90f90cef2d /llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
parente3750fb65acf0f7447f6a49a0ba5d3197f4d9766 (diff)
downloadllvm-b07177fb68d396cc9063ac4899e4d67f6765597f.zip
llvm-b07177fb68d396cc9063ac4899e4d67f6765597f.tar.gz
llvm-b07177fb68d396cc9063ac4899e4d67f6765597f.tar.bz2
[Libomptarget] Rework interface for enabling plugins (#86875)
Summary: Previously we would build all of the plugins by default and then only load some using the `LIBOMPTARGET_PLUGINS_TO_LOAD` variable. This patch renamed this to `LIBOMPTARGET_PLUGINS_TO_BUILD` and changes whether or not it will include the plugin in CMake. Additionally this patch creates a new `Targets.def` file that allows us to enumerate all of the enabled plugins. This is somewhat different from the old method, and it's done this way for future use that will need to be shared. This follows the same method that LLVM uses for its targets, however it does require adding an extra include path. Depends on https://github.com/llvm/llvm-project/pull/86868
Diffstat (limited to 'llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions