summaryrefslogtreecommitdiff
path: root/docs/GettingStarted.rst
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2013-02-26 13:32:40 +0000
committerRenato Golin <renato.golin@linaro.org>2013-02-26 13:32:40 +0000
commit86ab766ae9355806b958131914b6faa16069bfbb (patch)
treee9f3b8adbaeb0429cdfa4f1a949e9b70b164b0ad /docs/GettingStarted.rst
parent8eec41fc778e99d42172a7f6de76faa43a6d8847 (diff)
downloadllvm-86ab766ae9355806b958131914b6faa16069bfbb.tar.gz
llvm-86ab766ae9355806b958131914b6faa16069bfbb.tar.bz2
llvm-86ab766ae9355806b958131914b6faa16069bfbb.tar.xz
GCC 4.6.3 O3 miscompiles on ARM
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176090 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.rst')
-rw-r--r--docs/GettingStarted.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst
index 048d4a0248..4890de2174 100644
--- a/docs/GettingStarted.rst
+++ b/docs/GettingStarted.rst
@@ -362,6 +362,9 @@ optimizations are turned on. The symptom is an infinite loop in
``-O0``. A test failure in ``test/Assembler/alignstack.ll`` is one symptom of
the problem.
+**GCC 4.6.3 on ARM**: Miscompiles ``llvm-readobj`` at ``-O3``. A test failure
+in ``test/Object/readobj-shared-object.test`` is one symptom of the problem.
+
**GNU ld 2.16.X**. Some 2.16.X versions of the ld linker will produce very long
warning messages complaining that some "``.gnu.linkonce.t.*``" symbol was
defined in a discarded section. You can safely ignore these messages as they are