Skip to content

Commit

Permalink
Start of Dwarf framework.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24914 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
JimLaskey committed Dec 21, 2005
1 parent 9369a5d commit e503289
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions lib/CodeGen/DwarfWriter.cpp
Original file line number Diff line number Diff line change
@@ -0,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"

0 comments on commit e503289

Please sign in to comment.