Start of Dwarf framework.

llvm-svn: 24914
This commit is contained in:
Jim Laskey 2005-12-21 19:48:16 +00:00
parent ab4e455f69
commit 7b52a923b8
1 changed files with 15 additions and 0 deletions

View File

@ -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"