summaryrefslogtreecommitdiff
path: root/tools/llvm-objdump
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2013-02-05 20:27:22 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2013-02-05 20:27:22 +0000
commitdd3aa9eab2b40ea1573a5482472bbb89e6f1038d (patch)
treefaa04cd3474d8479c71875dadeda249842a2f133 /tools/llvm-objdump
parent39b5f12dd68430c4794b1d24af0fd204c82bc12f (diff)
downloadllvm-dd3aa9eab2b40ea1573a5482472bbb89e6f1038d.tar.gz
llvm-dd3aa9eab2b40ea1573a5482472bbb89e6f1038d.tar.bz2
llvm-dd3aa9eab2b40ea1573a5482472bbb89e6f1038d.tar.xz
[objdump,readobj] Document the purpose and goals of each tool.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174439 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-objdump')
-rw-r--r--tools/llvm-objdump/llvm-objdump.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/llvm-objdump/llvm-objdump.cpp b/tools/llvm-objdump/llvm-objdump.cpp
index 24b586cdf1..95f7690ce5 100644
--- a/tools/llvm-objdump/llvm-objdump.cpp
+++ b/tools/llvm-objdump/llvm-objdump.cpp
@@ -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"