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

            Bug ID: 45805
           Summary: Infinite recursion when fill size refer to later
                    symbol
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: MC
          Assignee: unassignedb...@nondot.org
          Reporter: thomas.preudho...@celest.fr
                CC: llvm-bugs@lists.llvm.org

Created attachment 23443
  --> https://bugs.llvm.org/attachment.cgi?id=23443&action=edit
Fill directive whose size expression refer to symbol defined after

Hi,

The attached testcase crashes llvm-mc due to infinite recursion when compiled
with --assemble --arch x86 --filetype=obj. This should instead give an error
about data_start not being layed out yet.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to