[PATCH] D26144: DebugInfo: make DW_TAG_atomic_type valid

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 31 11:05:28 PDT 2016


aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.

Thanks, LGTM with inline feedback addressed.



================
Comment at: test/DebugInfo/X86/atomic_c11.ll:35
+!8 = !DIBasicType(name: "int", size: 32, encoding: DW_ATE_signed)
+!9 = !{i32 2, !"Dwarf Version", i32 5}
+!10 = !{i32 2, !"Debug Info Version", i32 3}
----------------
We now also need a second copy of this testcase with "Dwarf Version"=4 that checks that the we see through the atomic type on older versions.


https://reviews.llvm.org/D26144





More information about the llvm-commits mailing list