https://bugs.llvm.org/show_bug.cgi?id=33374

            Bug ID: 33374
           Summary: labels don't show up in disassembly in visual studio
                    after pdb2yaml+yaml2pdb
           Product: libraries
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: DebugInfo
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

To reproduce:
Create an executable and a pdb.
Load the executable into Visual Studio and step into it.
Look at the disassembly and verify that labels are shown.
Run the pdb through llvmdump pdb2yaml.
Run the YAML through llvmdump yaml2pdb.
Rename the pdb to match the name of the executable.
Load the executable into Visual Studio and step into it.
Look at the disassembly.

Expectation:
Labels are shown.

Actual result:
Labels are not shown.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to