[objdump,readobj] Document the purpose and goals of each tool.

llvm-svn: 174439
This commit is contained in:
Michael J. Spencer
2013-02-05 20:27:22 +00:00
parent 944e0abf04
commit d7e7003e8b
2 changed files with 10 additions and 4 deletions

View File

@@ -11,6 +11,9 @@
// dumps out a plethora of information about an object file depending on the
// flags.
//
// The flags and output of this program should be near identical to those of
// binutils objdump.
//
//===----------------------------------------------------------------------===//
#include "llvm-objdump.h"