mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
Warn people not to use GCC 4.1.1.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30147 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
05a059d5d8
commit
c40eb5e0d2
@ -530,6 +530,9 @@ the "<tt>convert_from_eh_region_ranges_1</tt>" GCC function.</p>
|
|||||||
<p><b>Apple Xcode 2.3</b>: GCC crashes when compiling LLVM at -O3 (which is the
|
<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
|
default with ENABLE_OPTIMIZED=1. To work around this, build with
|
||||||
"ENABLE_OPTIMIZED=1 OPTIMIZE_OPTION=-O2".</p>
|
"ENABLE_OPTIMIZED=1 OPTIMIZE_OPTION=-O2".</p>
|
||||||
|
<p><b>GCC 4.1.1</b>: GCC fails to build LLVM with template concept check errors
|
||||||
|
compiling some files. At the time of this writing, GCC mainline (4.2)
|
||||||
|
did not share the problem.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user