[llvm-bugs] [Bug 36219] New: [ThinLTO] link asserts 'BA && "Refcount and block address map disagree!"'
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Feb 2 15:43:40 PST 2018
https://bugs.llvm.org/show_bug.cgi?id=36219
Bug ID: 36219
Summary: [ThinLTO] link asserts 'BA && "Refcount and block
address map disagree!"'
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Backend: X86
Assignee: unassignedbugs at nondot.org
Reporter: dmitry.mikulin at sony.com
CC: llvm-bugs at lists.llvm.org
Created attachment 19801
--> https://bugs.llvm.org/attachment.cgi?id=19801&action=edit
repro test case
Found this experimenting with ThinLTO and CFI.
Reduced IR is attached. To reproduce:
# opt a.s -thinlto-bc -o a.o
# ld.lld a.o -r
Assertion failed: (BA && "Refcount and block address map disagree!"), function
lookup, file /Users/dmikulin/Dev/llvm-project/llvm/lib/IR/Constants.cpp, line
1364.
. . .
--
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/20180202/ea84ca4a/attachment.html>
More information about the llvm-bugs
mailing list