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:
9ddf212
)
nuke blank line
author
Chris Lattner
<sabre@nondot.org>
Thu, 10 Nov 2005 18:49:46 +0000
(18:49 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 10 Nov 2005 18:49:46 +0000
(18:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24278
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/ELFWriter.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/ELFWriter.cpp
b/lib/CodeGen/ELFWriter.cpp
index 82de2e06628e42aac255e7ca52744bde9c20e979..b58fc1ff0a907049586562cee7467e7e858477e2 100644
(file)
--- a/
lib/CodeGen/ELFWriter.cpp
+++ b/
lib/CodeGen/ELFWriter.cpp
@@
-25,7
+25,6
@@
// #3. ".bss" entry - global variables without initializers. [ if needed ]
// ...
// #N. ".shstrtab" entry - String table for the section names.
-
//
// NOTE: This code should eventually be extended to support 64-bit ELF (this
// won't be hard), but we haven't done so yet!