diff options
| author | Jean-Daniel Dupas <devlists@shadowlab.org> | 2012-05-13 14:36:15 +0000 |
|---|---|---|
| committer | Jean-Daniel Dupas <devlists@shadowlab.org> | 2012-05-13 14:36:15 +0000 |
| commit | 81b82a0ebf4d9eb515a20955043460d13e9b95ea (patch) | |
| tree | d00cc6794ed39d10c118bcced6710bc427a88cd5 /llvm/docs/DebuggingJITedCode.html | |
| parent | a8bfc41ea7cb589b780794bda7121023f9f9d273 (diff) | |
| download | bcm5719-llvm-81b82a0ebf4d9eb515a20955043460d13e9b95ea.tar.gz bcm5719-llvm-81b82a0ebf4d9eb515a20955043460d13e9b95ea.zip | |
Fix Xcode case (Upper X, lower c)
llvm-svn: 156743
Diffstat (limited to 'llvm/docs/DebuggingJITedCode.html')
| -rw-r--r-- | llvm/docs/DebuggingJITedCode.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/DebuggingJITedCode.html b/llvm/docs/DebuggingJITedCode.html index 4e4b7b85040..7d52fa76354 100644 --- a/llvm/docs/DebuggingJITedCode.html +++ b/llvm/docs/DebuggingJITedCode.html @@ -51,7 +51,7 @@ necessary debug information. <p>In order to debug code JIT-ed by LLVM, you need GDB 7.0 or newer, which is available on most modern distributions of Linux. The version of GDB that Apple -ships with XCode has been frozen at 6.3 for a while. LLDB may be a better +ships with Xcode has been frozen at 6.3 for a while. LLDB may be a better option for debugging JIT-ed code on Mac OS X. </p> |

