diff options
author | Sebastian Redl <sebastian.redl@getdesigned.at> | 2009-03-08 11:43:20 +0000 |
---|---|---|
committer | Sebastian Redl <sebastian.redl@getdesigned.at> | 2009-03-08 11:43:20 +0000 |
commit | 1183c71efccf2bf7b2e61062004638c2a3a01c5c (patch) | |
tree | 497d91e4965749b14c3f28d75eb271ea55cee8f6 /lib/Debugger | |
parent | 199aa3c09c6ec42da6165c5ba1415aaeeaf7c11f (diff) | |
download | external_llvm-1183c71efccf2bf7b2e61062004638c2a3a01c5c.zip external_llvm-1183c71efccf2bf7b2e61062004638c2a3a01c5c.tar.gz external_llvm-1183c71efccf2bf7b2e61062004638c2a3a01c5c.tar.bz2 |
Test commit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66378 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Debugger')
-rw-r--r-- | lib/Debugger/README.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Debugger/README.txt b/lib/Debugger/README.txt index 04a18fe..89935c5 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. - |