[llvm-bugs] [Bug 24621] New: Program with too many columns causes verifier error

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Aug 28 14:30:03 PDT 2015


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

            Bug ID: 24621
           Summary: Program with too many columns causes verifier error
           Product: libraries
           Version: trunk
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: DebugInfo
          Assignee: unassignedbugs at nondot.org
          Reporter: cmtice at google.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Using the same test case as in PR24618 we run out of columns.

time /usr/local/google2/cmtice/llvm-work/llvm-install.opt/bin/opt
interpreter_goto_table_impl.ll -O3 -S -o /dev/null
/usr/local/google2/cmtice/llvm-work/llvm-install.opt/bin/opt:
interpreter_goto_table_impl.ll:361932:84: error: value for 'column' too large,
limit is 65535
!86192 = distinct !DILexicalBlock(scope: !46092, file: !46093, line: 2533,
column: 65740)
                                                                               
   ^

-- 
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/20150828/8f921ba0/attachment.html>


More information about the llvm-bugs mailing list