[all-commits] [llvm/llvm-project] 2addae: [docs] Use ExecutorAddr::toPtr() in ORC documentat...
vadorovsky via All-commits
all-commits at lists.llvm.org
Wed May 31 15:16:09 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2addaeda18adb5a26320693f9b34df8495b8a225
https://github.com/llvm/llvm-project/commit/2addaeda18adb5a26320693f9b34df8495b8a225
Author: Mike Rostecki <vadorovsky at protonmail.com>
Date: 2023-05-31 (Wed, 31 May 2023)
Changed paths:
M llvm/docs/ORCv2.rst
M llvm/docs/tutorial/BuildingAJIT1.rst
M llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl04.rst
Log Message:
-----------
[docs] Use ExecutorAddr::toPtr() in ORC documentation.
The partial move from JITTargetAddress to ExecutorAddr in 8b1771bd9f30 did not
update the ORC or Kaleidoscope documents. This patch fixes the inconsistency.
Reviewed By: lhames
Differential Revision: https://reviews.llvm.org/D150458
More information about the All-commits
mailing list