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 | 23a401290b24b7235d31397a013933d17672f1a3 (patch) | |
tree | 14b0b7e38037148314d2e57cc561481e7ef7eced /docs/GettingStarted.html | |
parent | 3a2d5653cd70a226d672630079462fdc1955b8fb (diff) | |
download | external_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/GettingStarted.html')
-rw-r--r-- | docs/GettingStarted.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 7654727..8c59e3e 100644 --- a/docs/GettingStarted.html +++ b/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 |