Skip to content
Snippets Groups Projects
  1. Jun 16, 2017
  2. Jun 15, 2017
  3. Jun 14, 2017
  4. Jun 13, 2017
  5. Jun 12, 2017
  6. Jun 11, 2017
  7. Jun 10, 2017
  8. Jun 09, 2017
  9. Jun 08, 2017
  10. Jun 07, 2017
  11. Jun 06, 2017
  12. Jun 05, 2017
    • Javed Absar's avatar
      Add support for #pragma clang section · 7c787101
      Javed Absar authored
      This patch provides a means to specify section-names for global variables, 
      functions and static variables, using #pragma directives. 
      This feature is only defined to work sensibly for ELF targets.
      One can specify section names as:
      #pragma clang section bss="myBSS" data="myData" rodata="myRodata" text="myText"
      One can "unspecify" a section name with empty string e.g.
      #pragma clang section bss="" data="" text="" rodata=""
      
      Reviewers: Roger Ferrer, Jonathan Roelofs, Reid Kleckner
      Differential Revision: https://reviews.llvm.org/D33412
      
      
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@304705 91177308-0d34-0410-b5e6-96231b3b80d8
      7c787101
  13. Jun 03, 2017
  14. Jun 02, 2017
Loading