[all-commits] [llvm/llvm-project] 2a3342: [orc-rt] Fix off-by-one error in d20eca15e88 (SPS ...
Lang Hames via All-commits
all-commits at lists.llvm.org
Wed Jun 10 00:12:21 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2a3342ce298fde653769ab8ecde070078f865012
https://github.com/llvm/llvm-project/commit/2a3342ce298fde653769ab8ecde070078f865012
Author: Lang Hames <lhames at gmail.com>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M orc-rt/lib/executor/sps-ci/CallSPSCI.cpp
M orc-rt/unittests/CallSPSCITest.cpp
Log Message:
-----------
[orc-rt] Fix off-by-one error in d20eca15e88 (SPS CI for calls). (#202872)
The main-function shaped caller in d20eca15e88 had an off-by-one error
that I missed as I was looking at a stale build folder. This commit
fixes the error, and makes some changes to related unit test variable
names for consistency.
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