mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 21:55:39 +08:00
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.