[LLVMbugs] [Bug 16832] New: [-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper section

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Aug 7 18:10:50 PDT 2013


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

            Bug ID: 16832
           Summary: [-cxx-abi microsoft] Mangle UUIDs correctly, stick
                    them in the proper section
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: LLVM Codegen
          Assignee: unassignedclangbugs at nondot.org
          Reporter: david.majnemer at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Currently, we mangle uuid's like so:

L___uuid_12345678-1234-1234-1234-123456789abc

what we actually want is something like:

__GUID_12345678_1234_1234_1234_123456789abc

-- 
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/20130808/fa3614e0/attachment.html>


More information about the llvm-bugs mailing list