diff options
author | Chris Lattner <sabre@nondot.org> | 2006-06-16 19:53:39 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-06-16 19:53:39 +0000 |
commit | dd19791c771029c948cdb847d04dc2d6d9eadd86 (patch) | |
tree | 65e0932fb7fde77f223e0d5a61ea5c6a0d7a3d7d /docs | |
parent | af89fa609bce1004c9ea9737d9fdb32f4224ef1c (diff) | |
download | external_llvm-dd19791c771029c948cdb847d04dc2d6d9eadd86.zip external_llvm-dd19791c771029c948cdb847d04dc2d6d9eadd86.tar.gz external_llvm-dd19791c771029c948cdb847d04dc2d6d9eadd86.tar.bz2 |
Document known xcode 2.3 issue
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28836 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/GettingStarted.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 5297fbf..ac0c2d1 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -515,6 +515,9 @@ the "<tt>convert_from_eh_region_ranges_1</tt>" GCC function.</p> to a newer version of GCC.</p> <p><b>IA-64 GCC 4.0.0</b>: The IA-64 version of GCC 4.0.0 is known to miscompile LLVM.</p> +<p><b>Apple Xcode 2.3</b>: GCC crashes when compiling LLVM at -O3 (which is the + default with ENABLE_OPTIMIZED=1. To work around this, build with + "ENABLE_OPTIMIZED=1 OPTIMIZE_OPTION=-O2".</p> </div> |