[LLVMbugs] [Bug 10005] New: DebugLoc information is lost in code generation

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue May 24 14:23:55 PDT 2011


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

           Summary: DebugLoc information is lost in code generation
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: Common Code Generator Code
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: micah.villmow at amd.com
                CC: llvmbugs at cs.uiuc.edu


Created an attachment (id=6642)
 --> (http://llvm.org/bugs/attachment.cgi?id=6642)
test case that looses debug information.

While attempting to find a suitable test case for bug10003, I found a test case
that looses debug information.

The debug information for line 8 is lost with the following command:
llc -march=x86 -O0 _temp_0_cypress_optimized.bc

In addition to the previous bug, line 3 is also lost with the following
command:
llc -march=x86 _temp_0_cypress_optimized.bc

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list