From: Jean-Daniel Dupas Date: Sun, 13 May 2012 14:36:15 +0000 (+0000) Subject: Fix Xcode case (Upper X, lower c) X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=23a401290b24b7235d31397a013933d17672f1a3;p=oota-llvm.git Fix Xcode case (Upper X, lower c) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156743 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/DebuggingJITedCode.html b/docs/DebuggingJITedCode.html index 4e4b7b85040..7d52fa76354 100644 --- a/docs/DebuggingJITedCode.html +++ b/docs/DebuggingJITedCode.html @@ -51,7 +51,7 @@ necessary debug information.

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.

diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 76547278b4b..8c59e3e3014 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -344,7 +344,7 @@ up
  • Native code generation exists but is not complete.
  • Binutils 2.20 or later is required to build the assembler generated by LLVM properly.
  • -
  • XCode 2.5 and gcc 4.0.1 (Apple Build 5370) will trip +
  • Xcode 2.5 and gcc 4.0.1 (Apple Build 5370) will trip internal LLVM assert messages when compiled for Release at optimization levels greater than 0 (i.e., "-O1" and higher). Add OPTIMIZE_OPTION="-O0" to the build command line