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 | 4c5c4a5ac3963e7d4639b4fc6a3758d03f130da0 (patch) | |
tree | e72fe9b2de25746733465089243ad2a4e2f5ccd8 /llvm/lib/Debugger | |
parent | 7253991f9da1acb0890666be476a9ddb4d162b5b (diff) | |
download | bcm5719-llvm-4c5c4a5ac3963e7d4639b4fc6a3758d03f130da0.tar.gz bcm5719-llvm-4c5c4a5ac3963e7d4639b4fc6a3758d03f130da0.zip |
Test commit
llvm-svn: 66378
Diffstat (limited to 'llvm/lib/Debugger')
-rw-r--r-- | llvm/lib/Debugger/README.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Debugger/README.txt b/llvm/lib/Debugger/README.txt index 04a18febc65..89935c5a631 100644 --- a/llvm/lib/Debugger/README.txt +++ b/llvm/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. - |