[llvm-commits] [llvm] r156743 - in /llvm/trunk/docs: DebuggingJITedCode.html GettingStarted.html

Jean-Daniel Dupas devlists at shadowlab.org
Sun May 13 07:36:15 PDT 2012


Author: jddupas
Date: Sun May 13 09:36:15 2012
New Revision: 156743

URL: http://llvm.org/viewvc/llvm-project?rev=156743&view=rev
Log:
Fix Xcode case (Upper X, lower c)

Modified:
    llvm/trunk/docs/DebuggingJITedCode.html
    llvm/trunk/docs/GettingStarted.html

Modified: llvm/trunk/docs/DebuggingJITedCode.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/DebuggingJITedCode.html?rev=156743&r1=156742&r2=156743&view=diff
==============================================================================
--- llvm/trunk/docs/DebuggingJITedCode.html (original)
+++ llvm/trunk/docs/DebuggingJITedCode.html Sun May 13 09:36:15 2012
@@ -51,7 +51,7 @@
 
 <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>
 

Modified: llvm/trunk/docs/GettingStarted.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.html?rev=156743&r1=156742&r2=156743&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.html (original)
+++ llvm/trunk/docs/GettingStarted.html Sun May 13 09:36:15 2012
@@ -344,7 +344,7 @@
 <li><a name="pf_7">Native code generation exists but is not complete.</a></li>
 <li><a name="pf_8">Binutils 2.20 or later is required to build the assembler
     generated by LLVM properly.</a></li>
-<li><a name="pf_9">XCode 2.5 and gcc 4.0.1</a> (Apple Build 5370) will trip
+<li><a name="pf_9">Xcode 2.5 and gcc 4.0.1</a> (Apple Build 5370) will trip
     internal LLVM assert messages when compiled for Release at optimization
     levels greater than 0 (i.e., <i>"-O1"</i> and higher).
     Add <i>OPTIMIZE_OPTION="-O0"</i> to the build command line





More information about the llvm-commits mailing list