summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/DwarfWriter.cpp
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2005-12-21 19:48:16 +0000
committerJim Laskey <jlaskey@mac.com>2005-12-21 19:48:16 +0000
commit7b52a923b8b42e8e6c1b1dfade2ec7d1369604aa (patch)
tree709c0d1b7fd67188170e647126275791f7281242 /llvm/lib/CodeGen/DwarfWriter.cpp
parentab4e455f6968c4020c761ff0b39d63b1d729424c (diff)
downloadbcm5719-llvm-7b52a923b8b42e8e6c1b1dfade2ec7d1369604aa.tar.gz
bcm5719-llvm-7b52a923b8b42e8e6c1b1dfade2ec7d1369604aa.zip
Start of Dwarf framework.
llvm-svn: 24914
Diffstat (limited to 'llvm/lib/CodeGen/DwarfWriter.cpp')
-rw-r--r--llvm/lib/CodeGen/DwarfWriter.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/DwarfWriter.cpp b/llvm/lib/CodeGen/DwarfWriter.cpp
new file mode 100644
index 00000000000..57b1aab2cd8
--- /dev/null
+++ b/llvm/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
OpenPOWER on IntegriCloud