[all-commits] [llvm/llvm-project] ad6b59: [ORC] Fix EPCGenericMemoryAccessTest write-ptrs im...
Lang Hames via All-commits
all-commits at lists.llvm.org
Thu Jun 26 19:09:25 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ad6b597875b9d3523b4466a4c62b4c9d55940b79
https://github.com/llvm/llvm-project/commit/ad6b597875b9d3523b4466a4c62b4c9d55940b79
Author: Lang Hames <lhames at gmail.com>
Date: 2025-06-27 (Fri, 27 Jun 2025)
Changed paths:
M llvm/unittests/ExecutionEngine/Orc/EPCGenericMemoryAccessTest.cpp
Log Message:
-----------
[ORC] Fix EPCGenericMemoryAccessTest write-ptrs implementation after f93df5ebd99
The write-pointers operation should be writing a pointer, not a uint64_t. This
bug existed prior to f93df5ebd99, but changes in that commit seem to have
exposed the issue (see e.g.
https://lab.llvm.org/buildbot/#/builders/154/builds/17956).
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