[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:48:37 PDT 2023
    
    
  
mingmingl created this revision.
Herald added a project: All.
mingmingl requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
  rG LLVM Github Monorepo
https://reviews.llvm.org/D149614
Files:
  llvm/docs/TypeMetadata.rst
Index: llvm/docs/TypeMetadata.rst
===================================================================
--- llvm/docs/TypeMetadata.rst
+++ llvm/docs/TypeMetadata.rst
@@ -21,11 +21,6 @@
 Each type identifier must exclusively identify either global variables
 or functions.
 
-.. admonition:: Limitation
-
-  The current implementation only supports attaching metadata to functions on
-  the x86-32 and x86-64 architectures.
-
 An intrinsic, :ref:`llvm.type.test <type.test>`, is used to test whether a
 given pointer is associated with a type identifier.
 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149614.518554.patch
Type: text/x-patch
Size: 554 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230501/adde3e12/attachment.bin>
    
    
More information about the llvm-commits
mailing list