From e1156c2eb05f12bb1dcbdd03532ed8098d415695 Mon Sep 17 00:00:00 2001 From: Victor Leschuk Date: Mon, 31 Oct 2016 19:09:38 +0000 Subject: DebugInfo: make DW_TAG_atomic_type valid DW_TAG_atomic_type was already included in Dwarf.defs and emitted correctly, however Verifier didn't recognize it as valid. Thus we introduce the following changes: * Make DW_TAG_atomic_type valid tag for IR and DWARF (enabled only with -gdwarf-5) * Add it to related docs * Add DebugInfo tests Differential Revision: https://reviews.llvm.org/D26144 llvm-svn: 285624 --- llvm/docs/SourceLevelDebugging.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/docs/SourceLevelDebugging.rst') diff --git a/llvm/docs/SourceLevelDebugging.rst b/llvm/docs/SourceLevelDebugging.rst index 6f22f54ce4d..6bde5a54d64 100644 --- a/llvm/docs/SourceLevelDebugging.rst +++ b/llvm/docs/SourceLevelDebugging.rst @@ -1264,6 +1264,7 @@ tag is one of: * DW_TAG_packed_type * DW_TAG_volatile_type * DW_TAG_restrict_type +* DW_TAG_atomic_type * DW_TAG_interface_type * DW_TAG_unspecified_type * DW_TAG_shared_type -- cgit v1.2.3