[PATCH] D122987: [OpenMP] Make offloading sections have the SHF_EXCLUDE flag

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 13 09:29:11 PDT 2022


MaskRay accepted this revision.
MaskRay added inline comments.


================
Comment at: llvm/include/llvm/MC/SectionKind.h:27
 
+    /// Exclude - This section will be excluded from the final executable or
+    /// shared library.
----------------
https://llvm.org/docs/CodingStandards.html#doxygen-use-in-documentation-comments "Don’t duplicate function or class name at the beginning of the comment."

It may help to add "(ELF specific)".


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122987/new/

https://reviews.llvm.org/D122987



More information about the llvm-commits mailing list