[llvm-bugs] [Bug 45805] New: Infinite recursion when fill size refer to later symbol
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue May 5 07:53:09 PDT 2020
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: unassignedbugs at nondot.org
Reporter: thomas.preudhomme at celest.fr
CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20200505/a45e1fff/attachment-0001.html>
More information about the llvm-bugs
mailing list