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: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to