[PATCH] D34063: [ThinLTO][llvm-lto2] Dump YAML for module summaries
Charles Saternos via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 9 12:57:01 PDT 2017
ncharlie created this revision.
Herald added subscribers: inglorion, Prazek, fhahn.
[ThinLTO][llvm-lto2] Dump YAML for module summaries
Adds a new subcommand to the llvm-lto2 tool to dump ThinLTO module summaries. The dump includes information for function, global values, and aliases.
https://reviews.llvm.org/D34063
Files:
include/llvm/IR/ModuleSummaryIndex.h
include/llvm/IR/ModuleSummaryIndexYAML.h
lib/Bitcode/Reader/BitcodeReader.cpp
test/tools/llvm-lto2/X86/dump-summary.ll
tools/llvm-dis/llvm-dis.cpp
tools/llvm-lto2/llvm-lto2.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34063.102067.patch
Type: text/x-patch
Size: 18273 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170609/e6e63a3c/attachment.bin>
More information about the llvm-commits
mailing list