[llvm-bugs] [Bug 51799] New: Circular dependency in global
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Sep 8 21:06:05 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=51799
Bug ID: 51799
Summary: Circular dependency in global
Product: libraries
Version: 12.0
Hardware: PC
OS: Linux
Status: NEW
Severity: release blocker
Priority: P
Component: Backend: PTX
Assignee: unassignedbugs at nondot.org
Reporter: lightborn at gmail.com
CC: llvm-bugs at lists.llvm.org
NVPTXAsmPrinter fails on circular dependency in GlobalVariable initializer.
_ZTVN10__cxxabiv117__class_type_infoE has circular dependencies. This is by
design, and part of the Itanium ABI.
Usually this and its related tables are externally defined, but when compiling
libc++abi the definitions must be compiled, and this leads to circular
references. The NVPTX code is just doing the wrong thing here.
--
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/20210909/48552114/attachment.html>
More information about the llvm-bugs
mailing list