[PATCH] D146595: [clang] Add clang trampoline_mangled_target attribute

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 28 13:27:07 PDT 2023


arphaman added a comment.

How is this attribute going to handle a trampoline that performs a virtual dispatch from C++ call into Swift? In that case, the target is not known.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146595/new/

https://reviews.llvm.org/D146595



More information about the cfe-commits mailing list