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/GettingStarted.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/GettingStarted.html')
| -rw-r--r-- | llvm/docs/GettingStarted.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index 76547278b4b..8c59e3e3014 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/docs/GettingStarted.html @@ -344,7 +344,7 @@ up</a></li> <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 |

