[all-commits] [llvm/llvm-project] 0df665: [ORC] Add an ExecutionSession::getTargetTriple con...
lhames via All-commits
all-commits at lists.llvm.org
Tue Feb 21 20:17:04 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0df66569e529be4bcea06f314c02c6af74989704
https://github.com/llvm/llvm-project/commit/0df66569e529be4bcea06f314c02c6af74989704
Author: Lang Hames <lhames at gmail.com>
Date: 2023-02-21 (Tue, 21 Feb 2023)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/Core.h
M llvm/lib/ExecutionEngine/Orc/COFFPlatform.cpp
M llvm/lib/ExecutionEngine/Orc/ELFNixPlatform.cpp
M llvm/lib/ExecutionEngine/Orc/ExecutionUtils.cpp
M llvm/lib/ExecutionEngine/Orc/MachOPlatform.cpp
M llvm/tools/llvm-jitlink/llvm-jitlink.cpp
Log Message:
-----------
[ORC] Add an ExecutionSession::getTargetTriple convenience function.
Forwards to ExecutorProcessControl::getTargetTriple, and saves clients the
trouble of spelling 'getExecutorProcessControl()' everywhere.
More information about the All-commits
mailing list