[llvm-commits] CVS: llvm/lib/CodeGen/ELFWriter.cpp

Chris Lattner lattner at cs.uiuc.edu
Thu Nov 10 10:49:58 PST 2005



Changes in directory llvm/lib/CodeGen:

ELFWriter.cpp updated: 1.15 -> 1.16
---
Log message:

nuke blank line


---
Diffs of the changes:  (+0 -1)

 ELFWriter.cpp |    1 -
 1 files changed, 1 deletion(-)


Index: llvm/lib/CodeGen/ELFWriter.cpp
diff -u llvm/lib/CodeGen/ELFWriter.cpp:1.15 llvm/lib/CodeGen/ELFWriter.cpp:1.16
--- llvm/lib/CodeGen/ELFWriter.cpp:1.15	Fri Aug 19 11:19:21 2005
+++ llvm/lib/CodeGen/ELFWriter.cpp	Thu Nov 10 12:49:46 2005
@@ -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!






More information about the llvm-commits mailing list