[PATCH] D33973: Bitcode: Write the irsymtab to disk.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 27 14:45:56 PDT 2017


pcc updated this revision to Diff 104279.
pcc marked 2 inline comments as done.
pcc added a comment.
Herald added a subscriber: hiraditya.

- Address review comments


https://reviews.llvm.org/D33973

Files:
  llvm/include/llvm/Bitcode/BitcodeWriter.h
  llvm/include/llvm/Bitcode/LLVMBitCodes.h
  llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
  llvm/lib/Object/CMakeLists.txt
  llvm/lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp
  llvm/test/Bitcode/thinlto-alias.ll
  llvm/test/Bitcode/thinlto-function-summary-callgraph-pgo.ll
  llvm/test/Bitcode/thinlto-function-summary-callgraph-profile-summary.ll
  llvm/test/Bitcode/thinlto-function-summary-callgraph-sample-profile-summary.ll
  llvm/test/Bitcode/thinlto-function-summary-callgraph.ll
  llvm/test/Bitcode/thinlto-function-summary-refgraph.ll
  llvm/test/Bitcode/thinlto-function-summary.ll
  llvm/test/Object/X86/irsymtab-asm.ll
  llvm/test/Object/X86/irsymtab-bad-alias.ll
  llvm/test/Object/X86/irsymtab.ll
  llvm/test/ThinLTO/X86/autoupgrade.ll
  llvm/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33973.104279.patch
Type: text/x-patch
Size: 14436 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170627/d397879d/attachment.bin>


More information about the llvm-commits mailing list