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: unassignedb...@nondot.org
          Reporter: cmt...@google.com
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to