From: Chris Lattner Date: Fri, 16 Jun 2006 19:53:39 +0000 (+0000) Subject: Document known xcode 2.3 issue X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=dd19791c771029c948cdb847d04dc2d6d9eadd86;p=oota-llvm.git Document known xcode 2.3 issue git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28836 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 5297fbfa127..ac0c2d16094 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -515,6 +515,9 @@ the "convert_from_eh_region_ranges_1" GCC function.

to a newer version of GCC.

IA-64 GCC 4.0.0: The IA-64 version of GCC 4.0.0 is known to miscompile LLVM.

+

Apple Xcode 2.3: 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".