[all-commits] [llvm/llvm-project] ea9ec7: [orc-rt] Rename 'Session' variables to avoid ambig...
Lang Hames via All-commits
all-commits at lists.llvm.org
Thu Nov 20 23:01:44 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ea9ec7cfb538d9059a04777c5b738b4b49b6fb83
https://github.com/llvm/llvm-project/commit/ea9ec7cfb538d9059a04777c5b738b4b49b6fb83
Author: Lang Hames <lhames at gmail.com>
Date: 2025-11-21 (Fri, 21 Nov 2025)
Changed paths:
M orc-rt/include/orc-rt-c/WrapperFunction.h
M orc-rt/include/orc-rt/SPSWrapperFunction.h
M orc-rt/include/orc-rt/SimpleNativeMemoryMap.h
M orc-rt/include/orc-rt/WrapperFunction.h
M orc-rt/lib/executor/SimpleNativeMemoryMap.cpp
M orc-rt/unittests/DirectCaller.h
M orc-rt/unittests/SPSWrapperFunctionTest.cpp
Log Message:
-----------
[orc-rt] Rename 'Session' variables to avoid ambiguity with type. NFCI. (#168999)
Re-using Session as a variable name risks confusion with the Session
type.
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