[all-commits] [llvm/llvm-project] 9f4cf6: [orc-rt] Simplify construction of SPSSerializableE...
Lang Hames via All-commits
all-commits at lists.llvm.org
Tue Sep 9 21:56:33 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9f4cf6db7ef5b6e470568fbaf3f797574630e06d
https://github.com/llvm/llvm-project/commit/9f4cf6db7ef5b6e470568fbaf3f797574630e06d
Author: Lang Hames <lhames at gmail.com>
Date: 2025-09-10 (Wed, 10 Sep 2025)
Changed paths:
M orc-rt/include/orc-rt/SimplePackedSerialization.h
M orc-rt/unittests/SimplePackedSerializationTest.cpp
Log Message:
-----------
[orc-rt] Simplify construction of SPSSerializableExpected from values. (#157796)
Adds an overload of toSPSSerializableExpected that takes a plain T value
and returns an SPSSerializableExpected<T>. This will reduce some
boilerplate when creating SPSSerializableExpected values.
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