projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
080c316
)
Cut unneeded global variable.
author
Jason W Kim
<jason.w.kim.2009@gmail.com>
Wed, 20 Oct 2010 22:01:39 +0000
(22:01 +0000)
committer
Jason W Kim
<jason.w.kim.2009@gmail.com>
Wed, 20 Oct 2010 22:01:39 +0000
(22:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116953
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Scripts/elf-dump
patch
|
blob
|
history
diff --git
a/test/Scripts/elf-dump
b/test/Scripts/elf-dump
index 31bcae764046042b627d05ba8a2de5592a96c932..784533c57bd6f7cab11cd57f44b85545b2369ffe 100755
(executable)
--- a/
test/Scripts/elf-dump
+++ b/
test/Scripts/elf-dump
@@
-6,8
+6,6
@@
import StringIO
import common_dump
-FormatOutput=hex
-
class Reader:
def __init__(self, path):
if path == "-":