[PATCH] D32061: [wip] Bitcode: Write the irsymtab to disk.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 25 14:01:50 PDT 2017


pcc updated this revision to Diff 96631.
pcc added a comment.
Herald added a subscriber: mgorny.

- Add a missing build dependency
- Add a version number


https://reviews.llvm.org/D32061

Files:
  llvm/include/llvm/Bitcode/BitcodeReader.h
  llvm/include/llvm/Bitcode/BitcodeWriter.h
  llvm/include/llvm/Bitcode/LLVMBitCodes.h
  llvm/include/llvm/Object/IRSymtab.h
  llvm/lib/Bitcode/Reader/BitcodeReader.cpp
  llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
  llvm/lib/Object/CMakeLists.txt
  llvm/lib/Object/IRSymtab.cpp
  llvm/lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp
  llvm/test/Bitcode/invalid.test
  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.ll
  llvm/test/Bitcode/thinlto-function-summary-refgraph.ll
  llvm/test/Bitcode/thinlto-function-summary.ll
  llvm/test/ThinLTO/X86/autoupgrade.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32061.96631.patch
Type: text/x-patch
Size: 26644 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170425/e2818e7e/attachment.bin>


More information about the llvm-commits mailing list