[PATCH] D16642: [llvm-bcanalyzer] Dump bitcode wrapper header

Akira Hatanaka via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 27 11:14:11 PST 2016


ahatanak created this revision.
ahatanak added a subscriber: llvm-commits.
Herald added a subscriber: aemerson.

This patch enables llvm-bcanalyzer to print the bitcode wrapper header if the file has one, which is needed to test the changes I made in r258627 (bitcode-wrapper-header-armv7m.ll is the test case for r258627).

Relevant discussion thread is here:
http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20160125/327698.html

http://reviews.llvm.org/D16642

Files:
  include/llvm/Bitcode/ReaderWriter.h
  lib/Bitcode/Writer/BitcodeWriter.cpp
  test/Bitcode/bitcode-wrapper-header-armv7m.ll
  test/Bitcode/bitcode-wrapper-header-x86_64.ll
  tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16642.46157.patch
Type: text/x-patch
Size: 5637 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160127/1432afa1/attachment.bin>


More information about the llvm-commits mailing list