[PATCH] D123498: [clang] Adding Platform/Architecture Specific Resource Header Installation Targets
    Phoebe Wang via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Wed Apr 13 08:56:36 PDT 2022
    
    
  
pengfei accepted this revision.
pengfei added a comment.
LGTM for X86.
================
Comment at: clang/lib/Headers/CMakeLists.txt:88
+
+set(x86_files
+# Intrinsics
----------------
Verified the list is correct to X86. Nit: should make them in alphabetical order?
================
Comment at: clang/lib/Headers/CMakeLists.txt:194
+set(utility_files
+  mm_malloc.h
+)
----------------
Is it only used by X86 for now?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123498/new/
https://reviews.llvm.org/D123498
    
    
More information about the cfe-commits
mailing list