[compiler-rt][fuzzer] Explain why fuzzer-flags test is unsupported on AArch64
authorDavid Spickett <david.spickett@linaro.org>
Wed, 18 Aug 2021 10:08:17 +0000 (10:08 +0000)
committerDavid Spickett <david.spickett@linaro.org>
Wed, 18 Aug 2021 10:10:19 +0000 (10:10 +0000)
See https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=4d1c6335455aeeda9de8a5eb58998f919ea35a1e
for the specific change that fixes the issue.

compiler-rt/test/fuzzer/fuzzer-flags.test

index 9712b01..5d23e66 100644 (file)
@@ -1,4 +1,5 @@
-# Linker errors on AArch64 Linux in stage 2 build
+# Binutils < 2.32 fails with undefined reference to `__start_<...>`
+# AArch64 bots currently use 2.30.
 UNSUPPORTED: aarch64-linux
 
 RUN: %cpp_compiler %S/FlagsTest.cpp -o %t-FlagsTest