[PATCH] D26144: DebugInfo: make DW_TAG_atomic_type valid

Victor Leschuk via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 31 05:31:19 PDT 2016


vleschuk created this revision.
vleschuk added reviewers: mehdi_amini, echristo, dblaikie, aprantl.
vleschuk added a subscriber: llvm-commits.

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
- Add it to related docs
- Add it to CodeView debug as valid tag for derived types
- Add DebugInfo test


https://reviews.llvm.org/D26144

Files:
  docs/LangRef.rst
  docs/SourceLevelDebugging.rst
  include/llvm/DebugInfo/CodeView/CodeView.h
  lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
  lib/CodeGen/AsmPrinter/DwarfUnit.cpp
  lib/IR/Verifier.cpp
  test/DebugInfo/X86/atomic_c11.ll
  tools/dsymutil/DwarfLinker.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26144.76388.patch
Type: text/x-patch
Size: 6395 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161031/d09039cb/attachment-0001.bin>


More information about the llvm-commits mailing list