aboutsummaryrefslogtreecommitdiffstats
path: root/docs/DebuggingJITedCode.html
diff options
context:
space:
mode:
authorJean-Daniel Dupas <devlists@shadowlab.org>2012-05-13 14:36:15 +0000
committerJean-Daniel Dupas <devlists@shadowlab.org>2012-05-13 14:36:15 +0000
commit23a401290b24b7235d31397a013933d17672f1a3 (patch)
tree14b0b7e38037148314d2e57cc561481e7ef7eced /docs/DebuggingJITedCode.html
parent3a2d5653cd70a226d672630079462fdc1955b8fb (diff)
downloadexternal_llvm-23a401290b24b7235d31397a013933d17672f1a3.zip
external_llvm-23a401290b24b7235d31397a013933d17672f1a3.tar.gz
external_llvm-23a401290b24b7235d31397a013933d17672f1a3.tar.bz2
Fix Xcode case (Upper X, lower c)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156743 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/DebuggingJITedCode.html')
-rw-r--r--docs/DebuggingJITedCode.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/DebuggingJITedCode.html b/docs/DebuggingJITedCode.html
index 4e4b7b8..7d52fa7 100644
--- a/docs/DebuggingJITedCode.html
+++ b/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>