[Bazel] Fix llvm-exegesis build post 12b0ab2

12b0ab2 switched llvm-exegesis from using MCJIT to OrcJIT, which is a
different dep/library. This was ported over in the CMake build, but not
in the bazel build. This patch adjusts the llvm-exegesis deps in the
Bazel build to account for this change.
This commit is contained in:
Aiden Grossman 2023-11-26 00:28:02 -08:00
parent f4834255d3
commit 1449b349ac

View File

@ -3117,7 +3117,7 @@ cc_library(
":MC",
":MCA",
":MCDisassembler",
":MCJIT",
":OrcJIT",
":Object",
":ObjectYAML",
":Support",