Skip to content

Commit 1449b34

Browse files
[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.
1 parent f483425 commit 1449b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/bazel/llvm-project-overlay/llvm/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3117,7 +3117,7 @@ cc_library(
31173117
":MC",
31183118
":MCA",
31193119
":MCDisassembler",
3120-
":MCJIT",
3120+
":OrcJIT",
31213121
":Object",
31223122
":ObjectYAML",
31233123
":Support",

0 commit comments

Comments
 (0)