Skip to content

Commit 9166d53

Browse files
Reland "[Bazel] Fix llvm-exegesis build post 12b0ab2"
This reverts commit 934efd2. This relands commit 1449b34. This build system fix was reverted as the underlying patch that required the fix got reverted due to test failures on Darwin. The test failures have since been fixed and the patch has relanded, so we need support in Bazel again.
1 parent 3247f1e commit 9166d53

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)