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

Mingming Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 1 13:50:57 PDT 2023


mingmingl added a comment.

Hi, I modified triples to aarch64 ones in https://github.com/llvm/llvm-project/blob/main/clang/test/CodeGenCXX/type-metadata.cpp, and was able to get type metadata on the generated IR.

So send out this patch which seems outdated.


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