[all-commits] [llvm/llvm-project] 12b0ab: [llvm-exegesis] Switch from MCJIT to LLJIT (#72838)
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Fri Nov 24 11:36:34 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 12b0ab2c9ce8ef813d9eb888860f20daac3336bd
https://github.com/llvm/llvm-project/commit/12b0ab2c9ce8ef813d9eb888860f20daac3336bd
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2023-11-24 (Fri, 24 Nov 2023)
Changed paths:
M llvm/tools/llvm-exegesis/lib/Assembler.cpp
M llvm/tools/llvm-exegesis/lib/Assembler.h
M llvm/tools/llvm-exegesis/lib/CMakeLists.txt
Log Message:
-----------
[llvm-exegesis] Switch from MCJIT to LLJIT (#72838)
This patch switches from using MCJIT to LLJIT as MCJIT is going to be
deprecated soon.
Fixes #41764.
More information about the All-commits
mailing list