mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 07:31:28 +00:00
[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:
parent
f4834255d3
commit
1449b349ac
@ -3117,7 +3117,7 @@ cc_library(
|
||||
":MC",
|
||||
":MCA",
|
||||
":MCDisassembler",
|
||||
":MCJIT",
|
||||
":OrcJIT",
|
||||
":Object",
|
||||
":ObjectYAML",
|
||||
":Support",
|
||||
|
Loading…
Reference in New Issue
Block a user