[PATCH] D149614: [Docs][TypeMetadata] Type metadata is generated for targets other than x86-64 so remove the stale comments.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 1 15:17:15 PDT 2023


pcc added a comment.

This is function type metadata, which uses a separate implementation to vtable type metadata that is platform-dependent. See `LowerTypeTestsModule::createJumpTableEntry` for the list of supported architectures.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149614



More information about the llvm-commits mailing list