[all-commits] [llvm/llvm-project] 4afbf8: [llvm-exegesis] Switch from MCJIT to LLJIT
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Fri Nov 24 02:17:56 PST 2023
Branch: refs/heads/users/boomanaiden154/exegesis-orcjit2
Home: https://github.com/llvm/llvm-project
Commit: 4afbf8b5534ebcd15b488b738c242f012e224941
https://github.com/llvm/llvm-project/commit/4afbf8b5534ebcd15b488b738c242f012e224941
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
This patch switches from using MCJIT to LLJIT as MCJIT is going to be
deprecated soon.
Commit: b76d51ee7c4bbc942e2860ab5fc0383f7a0d2fe1
https://github.com/llvm/llvm-project/commit/b76d51ee7c4bbc942e2860ab5fc0383f7a0d2fe1
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
Log Message:
-----------
Assert symbol name, add comment about symbol naming
Compare: https://github.com/llvm/llvm-project/compare/1408ee2eedd4...b76d51ee7c4b
More information about the All-commits
mailing list