[all-commits] [llvm/llvm-project] 6ca9f4: [ORC][ORC-RT] Consistently use pointed-to type as ...

lhames via All-commits all-commits at lists.llvm.org
Thu Sep 1 20:54:45 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6ca9f42189b668940e87f76eec5d92d00fe331f8
      https://github.com/llvm/llvm-project/commit/6ca9f42189b668940e87f76eec5d92d00fe331f8
  Author: Lang Hames <lhames at gmail.com>
  Date:   2022-09-01 (Thu, 01 Sep 2022)

  Changed paths:
    M compiler-rt/lib/orc/executor_address.h
    M llvm/include/llvm/ExecutionEngine/Orc/Shared/ExecutorAddress.h

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list