[PATCH] D26144: DebugInfo: make DW_TAG_atomic_type valid
Victor Leschuk via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 31 10:09:10 PDT 2016
vleschuk updated the summary for this revision.
vleschuk updated this revision to Diff 76439.
vleschuk added a comment.
- Reverted CodeView-related changes, replaced with TODO comments instead
- Made DW_TAG_atomic_type available only with DwarfVersion >= 5 (otherwise do not emit it)
- Updated test to match all type tree (also changed dwarf version in test IR to 5)
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.76439.patch
Type: text/x-patch
Size: 7129 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161031/fbd5d8ad/attachment.bin>
More information about the llvm-commits
mailing list