[PATCH] D97233: Support `#pragma clang section` directives on MachO targets
    Jon Roelofs via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Feb 22 15:21:25 PST 2021
    
    
  
jroelofs added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/clang-section-macho.ll:8
+
+attributes #0 = { "implicit-section-name"="TEXT,mytext" }
+
----------------
`"__TEXT,__mytext"`
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97233/new/
https://reviews.llvm.org/D97233
    
    
More information about the llvm-commits
mailing list