[all-commits] [llvm/llvm-project] ef3e52: [ORC-RT] Add unique_function utility to the ORC ru...
Lang Hames via All-commits
all-commits at lists.llvm.org
Sun Mar 23 21:47:08 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ef3e521a2b34050d92a6b711c5df811a0bde84f4
https://github.com/llvm/llvm-project/commit/ef3e521a2b34050d92a6b711c5df811a0bde84f4
Author: Lang Hames <lhames at gmail.com>
Date: 2025-03-24 (Mon, 24 Mar 2025)
Changed paths:
M compiler-rt/lib/orc/tests/unit/CMakeLists.txt
A compiler-rt/lib/orc/tests/unit/unique_function_test.cpp
A compiler-rt/lib/orc/unique_function.h
Log Message:
-----------
[ORC-RT] Add unique_function utility to the ORC runtime.
A bare-bones version of LLVM's unique_function: this behaves like a
std::unique_function, except that it supports move only callable types.
This will be used in upcoming improvements to the ORC runtime.
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