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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


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

Reply via email to