[PATCH] D73261: [dwarf5] Support DebugInfo for constexpr for C++ variables and functions
Awanish Pandey via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 10 04:20:44 PST 2020
awpandey updated this revision to Diff 243509.
awpandey added a comment.
Herald added a subscriber: ormris.
@probinson I have reimplemented the feature by using DIFlags.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73261/new/
https://reviews.llvm.org/D73261
Files:
clang/lib/CodeGen/CGDebugInfo.cpp
clang/test/CodeGenCXX/constExpr.cpp
llvm/include/llvm/IR/DIBuilder.h
llvm/include/llvm/IR/DebugInfoFlags.def
llvm/include/llvm/IR/DebugInfoMetadata.h
llvm/lib/AsmParser/LLParser.cpp
llvm/lib/Bitcode/Reader/MetadataLoader.cpp
llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
llvm/lib/IR/AsmWriter.cpp
llvm/lib/IR/DIBuilder.cpp
llvm/lib/IR/DebugInfo.cpp
llvm/lib/IR/DebugInfoMetadata.cpp
llvm/lib/IR/LLVMContextImpl.h
llvm/test/DebugInfo/X86/constExpr.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73261.243509.patch
Type: text/x-patch
Size: 40604 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200210/42397de4/attachment-0001.bin>
More information about the cfe-commits
mailing list