[all-commits] [llvm/llvm-project] a22881: [ORC-RT] Fix type name in comment. NFC.
Lang Hames via All-commits
all-commits at lists.llvm.org
Wed Mar 5 21:13:35 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a22881c9db07daa0e6a02f6be016a74742bc0654
https://github.com/llvm/llvm-project/commit/a22881c9db07daa0e6a02f6be016a74742bc0654
Author: Lang Hames <lhames at gmail.com>
Date: 2025-03-06 (Thu, 06 Mar 2025)
Changed paths:
M compiler-rt/include/orc_rt/c_api.h
Log Message:
-----------
[ORC-RT] Fix type name in comment. NFC.
Commit: f905bf3e1ef860c4d6fe67fb64901b6bbe698a91
https://github.com/llvm/llvm-project/commit/f905bf3e1ef860c4d6fe67fb64901b6bbe698a91
Author: Lang Hames <lhames at gmail.com>
Date: 2025-03-06 (Thu, 06 Mar 2025)
Changed paths:
M llvm/examples/OrcV2Examples/LLJITWithCustomObjectLinkingLayer/LLJITWithCustomObjectLinkingLayer.cpp
M llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/LLJITWithGDBRegistrationListener.cpp
M llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/LLJITWithObjectLinkingLayerPlugin.cpp
M llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h
M llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
M llvm/lib/ExecutionEngine/Orc/OrcV2CBindings.cpp
M llvm/tools/lli/lli.cpp
Log Message:
-----------
[ORC] Remove the Triple argument from LLJITBuilder::ObjectLinkingLayerCreator.
ExecutionSession can provide the Triple, so this argument has been redundant
for a while, and no in-tree clients use it.
Compare: https://github.com/llvm/llvm-project/compare/316f68f7f250...f905bf3e1ef8
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list