1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Document known xcode 2.3 issue

llvm-svn: 28836
This commit is contained in:
Chris Lattner 2006-06-16 19:53:39 +00:00
parent 126464b577
commit d1570e84a1

View File

@ -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>