https://bugs.llvm.org/show_bug.cgi?id=50213
Bug ID: 50213
Summary: Bug in DIBuilder::createClassType
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: Bitcode Writer
Assignee: unassignedb...@nondot.org
Reporter: nikita.kor...@intel.com
CC: llvm-bugs@lists.llvm.org
There is bug in llvm-project/llvm/lib/IR/DIBuilder.cpp in DICompositeType
*DIBuilder::createClassType function. Both methods "createClassType" and
"createStructType" use the same tag - "dwarf::DW_TAG_structure_type". So both
for the class and for the structure we get "DW_TAG_structure_type" in IR.
For reproduce - just call attachment with "clang -cc1 -S -emit-llvm
bug_reproduce.cpp -debug-info-kind=standalone"
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs