[ORC][ORC-RT] Consistently use pointed-to type as template arg to wrap/unwrap.
authorLang Hames <lhames@gmail.com>
Thu, 1 Sep 2022 23:07:38 +0000 (16:07 -0700)
committerLang Hames <lhames@gmail.com>
Fri, 2 Sep 2022 03:54:24 +0000 (20:54 -0700)
commit6ca9f42189b668940e87f76eec5d92d00fe331f8
treeea8b9e10fc16271277a77f52ee962db99dbcfa06
parentcbb2141f7fd7405cc92c780377921a6733a0f3f2
[ORC][ORC-RT] Consistently use pointed-to type as template arg to wrap/unwrap.

Saves wrap/unwrap implementers from having to use std::remove_pointer_t to get
at the pointed-to type.
compiler-rt/lib/orc/executor_address.h
llvm/include/llvm/ExecutionEngine/Orc/Shared/ExecutorAddress.h