http://llvm.org/bugs/show_bug.cgi?id=8711
Summary: infinite loop in MCAsmLayout::EnsureValid
Product: new-bugs
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Hello,
when I compile a source file with clang++, the compilation never stops.
Attaching gdb to clang shows that it is stuck in:
llvm::MCAsmLayout::EnsureValid(llvm::MCFragment const*) const
This is a recent regression (at most 2-3 weeks I guess).
I am not sure what the right way is to proceed. I can provide you with a
preprocessed source file that exhibits this behavior, but it is likely to be
around 1 million lines. It is much harder to produce a reduced testcase than
with a crash.
Since the function has Asm in its name, let me mention this is an x86_64 and I
don't specify any arch/tune.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- 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