[objdump,readobj] Document the purpose and goals of each tool.
[oota-llvm.git] / tools / llvm-objdump / llvm-objdump.cpp
index 24b586cdf133e220c2cb4062b22afa960c707c65..95f7690ce5acc4ed1451690136506fa08f2f11d7 100644 (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"