From c1ed61717a24d3b13969f7e2afe780c6a8559f46 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Thu, 1 Jul 2004 18:00:42 +0000 Subject: [PATCH] llvm-db is in alpha stage, this document is a placeholder. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14538 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/llvm-db.pod | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/CommandGuide/llvm-db.pod diff --git a/docs/CommandGuide/llvm-db.pod b/docs/CommandGuide/llvm-db.pod new file mode 100644 index 00000000000..ae9a74332dd --- /dev/null +++ b/docs/CommandGuide/llvm-db.pod @@ -0,0 +1,18 @@ + +=pod + +=head1 NAME + +llvm-db - LLVM debugger (alpha) + +=head1 SYNOPSIS + +Details coming soon. Please see our +L in the meantime. + +=head1 AUTHORS + +Maintained by the LLVM Team (L). + +=cut + -- 2.34.1