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

Jim Laskey jlaskey at apple.com
Wed Dec 21 11:48:28 PST 2005



Changes in directory llvm/lib/CodeGen:

DwarfWriter.cpp added (r1.1)
---
Log message:

Start of Dwarf framework.


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

 DwarfWriter.cpp |   15 +++++++++++++++
 1 files changed, 15 insertions(+)


Index: llvm/lib/CodeGen/DwarfWriter.cpp
diff -c /dev/null llvm/lib/CodeGen/DwarfWriter.cpp:1.1
*** /dev/null	Wed Dec 21 13:48:26 2005
--- llvm/lib/CodeGen/DwarfWriter.cpp	Wed Dec 21 13:48:16 2005
***************
*** 0 ****
--- 1,15 ----
+ //===-- llvm/CodeGen/DwarfWriter.cpp - Dwarf Framework ----------*- C++ -*-===//
+ //
+ //                     The LLVM Compiler Infrastructure
+ //
+ // This file was developed by James M. Laskey and is distributed under the
+ // University of Illinois Open Source License. See LICENSE.TXT for details.
+ //
+ //===----------------------------------------------------------------------===//
+ //
+ // This file contains support for writing dwarf debug info into asm files.
+ //
+ //===----------------------------------------------------------------------===//
+ 
+ 
+ #include "llvm/CodeGen/DwarfWriter.h"
\ No newline at end of file






More information about the llvm-commits mailing list