[all-commits] [llvm/llvm-project] 1449b3: [Bazel] Fix llvm-exegesis build post 12b0ab2
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Sun Nov 26 00:30:27 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1449b349ac4072adb1f593234c1d6f67986d3b6a
https://github.com/llvm/llvm-project/commit/1449b349ac4072adb1f593234c1d6f67986d3b6a
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2023-11-26 (Sun, 26 Nov 2023)
Changed paths:
M utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
Log Message:
-----------
[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.
More information about the All-commits
mailing list