[PATCH] D37655: IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 12 14:52:38 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL313078: IR: Represent -ggnu-pubnames with a flag on the DICompileUnit. (authored by pcc).
Changed prior to commit:
https://reviews.llvm.org/D37655?vs=114736&id=114917#toc
Repository:
rL LLVM
https://reviews.llvm.org/D37655
Files:
cfe/trunk/include/clang/Driver/Options.td
cfe/trunk/include/clang/Frontend/CodeGenOptions.def
cfe/trunk/lib/CodeGen/CGDebugInfo.cpp
cfe/trunk/lib/Driver/ToolChains/Clang.cpp
cfe/trunk/lib/Frontend/CompilerInvocation.cpp
cfe/trunk/test/Driver/debug-options.c
llvm/trunk/include/llvm/IR/DIBuilder.h
llvm/trunk/include/llvm/IR/DebugInfoMetadata.h
llvm/trunk/lib/AsmParser/LLParser.cpp
llvm/trunk/lib/Bitcode/Reader/MetadataLoader.cpp
llvm/trunk/lib/Bitcode/Writer/BitcodeWriter.cpp
llvm/trunk/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
llvm/trunk/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h
llvm/trunk/lib/IR/AsmWriter.cpp
llvm/trunk/lib/IR/DIBuilder.cpp
llvm/trunk/lib/IR/DebugInfo.cpp
llvm/trunk/lib/IR/DebugInfoMetadata.cpp
llvm/trunk/test/Bitcode/dicompileunit-gnu-pubnames.ll
llvm/trunk/test/DebugInfo/X86/gnu-public-names-empty.ll
llvm/trunk/test/DebugInfo/X86/gnu-public-names-gmlt.ll
llvm/trunk/test/DebugInfo/X86/gnu-public-names-multiple-cus.ll
llvm/trunk/test/DebugInfo/X86/gnu-public-names-tu.ll
llvm/trunk/test/DebugInfo/X86/gnu-public-names.ll
llvm/trunk/unittests/IR/MetadataTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37655.114917.patch
Type: text/x-patch
Size: 41038 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170912/bf545449/attachment.bin>
More information about the llvm-commits
mailing list