[PATCH] D97233: Support `#pragma clang section` directives on MachO targets
    Jon Roelofs via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Feb 24 09:55:34 PST 2021
    
    
  
jroelofs updated this revision to Diff 326126.
jroelofs added a comment.
Mark section invalid if the target doesn't like how it's spelled.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97233/new/
https://reviews.llvm.org/D97233
Files:
  clang/include/clang/Basic/DiagnosticSemaKinds.td
  clang/include/clang/Basic/TargetInfo.h
  clang/lib/Basic/Targets/OSTargets.h
  clang/lib/Sema/SemaAttr.cpp
  clang/lib/Sema/SemaDeclAttr.cpp
  clang/test/CodeGenCXX/clang-sections.cpp
  clang/test/Sema/pragma-clang-section-macho.c
  llvm/include/llvm/MC/MCSectionMachO.h
  llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  llvm/lib/MC/MCParser/DarwinAsmParser.cpp
  llvm/lib/MC/MCSectionMachO.cpp
  llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
  llvm/test/CodeGen/AArch64/clang-section-macho.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97233.326126.patch
Type: text/x-patch
Size: 22711 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210224/eb48f867/attachment.bin>
    
    
More information about the llvm-commits
mailing list