diff options
| author | Misha Brukman <brukman+llvm@gmail.com> | 2003-11-12 22:55:13 +0000 |
|---|---|---|
| committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-11-12 22:55:13 +0000 |
| commit | ec4f37a19b19fb483ba51247be8d94be7e85588a (patch) | |
| tree | 6ed74eff7c10ae7f1b59cbfbe6bbbcd08b334abd /llvm | |
| parent | b8b238b12ade6c24436bbea0bfd0bbf0bdc058fd (diff) | |
| download | bcm5719-llvm-ec4f37a19b19fb483ba51247be8d94be7e85588a.tar.gz bcm5719-llvm-ec4f37a19b19fb483ba51247be8d94be7e85588a.zip | |
You cannot debug namespacified LLVM with GDB 5.x anymore.
llvm-svn: 9946
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index fbbc747ac10..0613e389280 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -74,7 +74,8 @@ on Mac OSX).</li><p> <li>LLVM has been <a href="http://mail.cs.uiuc.edu/pipermail/llvmdev/2003-November/000554.html">moved into an 'llvm' C++ namespace</a>, for easier integration with third-party -code.</a></li> +code.</a> Note that due to a bug in GDB 5.x, to debug namespacified LLVM code, +you will need to upgrade to GDB 6.</li> </ol><p> |

