This is an archive of the discontinued LLVM Phabricator instance.

[llvm-bcanalyzer] Dump bitcode wrapper header
ClosedPublic

Authored by ahatanak on Jan 27 2016, 11:14 AM.

Details

Summary

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

Diff Detail

Repository
rL LLVM

Event Timeline

ahatanak updated this revision to Diff 46157.Jan 27 2016, 11:14 AM
ahatanak retitled this revision from to [llvm-bcanalyzer] Dump bitcode wrapper header.
ahatanak updated this object.
ahatanak added a subscriber: llvm-commits.
rafael accepted this revision.Jan 28 2016, 9:10 AM
rafael added a reviewer: rafael.
rafael added a subscriber: rafael.

LGTM.

This revision is now accepted and ready to land.Jan 28 2016, 9:10 AM
This revision was automatically updated to reflect the committed changes.