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

            Bug ID: 20397
           Summary: globalopt removes debug info leaving incomplete
                    metadata
           Product: clang
           Version: 3.4
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Created attachment 12808
  --> http://llvm.org/bugs/attachment.cgi?id=12808&action=edit
Example source where `mmu` variable metadata gets stripped after applying
globalopt

When using the globalopt optimization (every optimization level except O0) the
debug metadata is partially removed, and there is no more reference to the
global value inside the associated variable metadata. This interferes with any
subsequent passes that might make use of such debug info.

-- 
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