[PATCH] D38809: [LLVM-C] Publicly expose getters of MetadataType, TokenType
    whitequark via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Oct 13 23:25:57 PDT 2017
    
    
  
whitequark requested changes to this revision.
whitequark added inline comments.
This revision now requires changes to proceed.
================
Comment at: include/llvm-c/Core.h:1155
 LLVMTypeRef LLVMLabelType(void);
+LLVMTypeRef LLVMTokenType(void);
+LLVMTypeRef LLVMMetadataType(void);
----------------
We don't add any new functions that operate on global context anymore.
https://reviews.llvm.org/D38809
    
    
More information about the llvm-commits
mailing list