From 1183c71efccf2bf7b2e61062004638c2a3a01c5c Mon Sep 17 00:00:00 2001 From: Sebastian Redl Date: Sun, 8 Mar 2009 11:43:20 +0000 Subject: [PATCH] Test commit git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66378 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Debugger/README.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Debugger/README.txt b/lib/Debugger/README.txt index 04a18febc65..89935c5a631 100644 --- a/lib/Debugger/README.txt +++ b/lib/Debugger/README.txt @@ -5,4 +5,3 @@ directory builds into a library which can be used by various debugger front-ends to debug LLVM programs. The current command line LLVM debugger, llvm-db is currently the only client of this library, but others could be built, to provide a GUI front-end for example. -