summaryrefslogtreecommitdiffstats
path: root/llvm/test/Scripts
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-08-04 13:39:15 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-08-04 13:39:15 +0000
commitcad9e7f094df054e69101562d0aa618fd2fdb488 (patch)
tree2a306c41238ec887e174d2e9526bbf4f7e4da422 /llvm/test/Scripts
parentd7facaf37169a5012c12b5755973dfdeaecb7693 (diff)
downloadbcm5719-llvm-cad9e7f094df054e69101562d0aa618fd2fdb488.tar.gz
bcm5719-llvm-cad9e7f094df054e69101562d0aa618fd2fdb488.zip
Don't print a counter in hex.
llvm-svn: 136869
Diffstat (limited to 'llvm/test/Scripts')
-rwxr-xr-xllvm/test/Scripts/elf-dump2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Scripts/elf-dump b/llvm/test/Scripts/elf-dump
index 003a4ef79a5..9794bfd9d8d 100755
--- a/llvm/test/Scripts/elf-dump
+++ b/llvm/test/Scripts/elf-dump
@@ -205,7 +205,7 @@ def dumpELF(path, opts):
print "('_sections', ["
for index in range(e_shnum):
- print " # Section %s" % common_dump.HexDump(index)
+ print " # Section %s" % index
sections[index].dump(shstrtab, f, strtab, opts.dumpSectionData)
print "])"
OpenPOWER on IntegriCloud