[LLVMbugs] [Bug 16881] New: Support #pragma (bss|code|const)_seg and declspec(allocate(...))

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Aug 14 00:57:38 PDT 2013


http://llvm.org/bugs/show_bug.cgi?id=16881

            Bug ID: 16881
           Summary: Support #pragma (bss|code|const)_seg and
                    declspec(allocate(...))
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
          Assignee: unassignedclangbugs at nondot.org
          Reporter: david.majnemer at gmail.com
                CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
    Classification: Unclassified

This pragma, introduced by MSVC, allows one to create new sections with certain
permission bits while declspec(allocate()) allows you to store things inside of
them.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130814/b55648f7/attachment.html>


More information about the llvm-bugs mailing list