diff --git a/lib/CodeGen/DwarfWriter.cpp b/lib/CodeGen/DwarfWriter.cpp new file mode 100644 index 00000000000..57b1aab2cd8 --- /dev/null +++ b/lib/CodeGen/DwarfWriter.cpp @@ -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" \ No newline at end of file