[PATCH] D26145: DebugInfo: support for DW_TAG_atomic_type
Victor Leschuk via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 31 10:11:40 PDT 2016
vleschuk added inline comments.
================
Comment at: test/CodeGen/debug-info-atomic.c:3
+
+// CHECK: !DIDerivedType(tag: DW_TAG_const_type
+// CHECK: !DIDerivedType(tag: DW_TAG_atomic_type
----------------
aprantl wrote:
> Why do we need the const here?
I thought it would be better to make sure that "enabling" atomic doesn't affect other qualifiers.
https://reviews.llvm.org/D26145
More information about the cfe-commits
mailing list