[ORC] Add an ExecutionSession::getTargetTriple convenience function.
authorLang Hames <lhames@gmail.com>
Wed, 22 Feb 2023 03:09:34 +0000 (19:09 -0800)
committerLang Hames <lhames@gmail.com>
Wed, 22 Feb 2023 03:57:36 +0000 (19:57 -0800)
commit0df66569e529be4bcea06f314c02c6af74989704
treeaccd140e697879cff1e58fbd79e1dca79be05acf
parentcf550e6184dfeb1c2838132b4910548002d08563
[ORC] Add an ExecutionSession::getTargetTriple convenience function.

Forwards to ExecutorProcessControl::getTargetTriple, and saves clients the
trouble of spelling 'getExecutorProcessControl()' everywhere.
llvm/include/llvm/ExecutionEngine/Orc/Core.h
llvm/lib/ExecutionEngine/Orc/COFFPlatform.cpp
llvm/lib/ExecutionEngine/Orc/ELFNixPlatform.cpp
llvm/lib/ExecutionEngine/Orc/ExecutionUtils.cpp
llvm/lib/ExecutionEngine/Orc/MachOPlatform.cpp
llvm/tools/llvm-jitlink/llvm-jitlink.cpp