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: [email protected]
Reporter: [email protected]
CC: [email protected]
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._______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs