From: David Spickett Date: Wed, 18 Aug 2021 10:08:17 +0000 (+0000) Subject: [compiler-rt][fuzzer] Explain why fuzzer-flags test is unsupported on AArch64 X-Git-Tag: upstream/15.0.7~33633 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6c7956ea49ee30a4e81b5a0451a1e4293bcec3a8;p=platform%2Fupstream%2Fllvm.git [compiler-rt][fuzzer] Explain why fuzzer-flags test is unsupported on AArch64 See https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=4d1c6335455aeeda9de8a5eb58998f919ea35a1e for the specific change that fixes the issue. --- diff --git a/compiler-rt/test/fuzzer/fuzzer-flags.test b/compiler-rt/test/fuzzer/fuzzer-flags.test index 9712b01..5d23e667 100644 --- a/compiler-rt/test/fuzzer/fuzzer-flags.test +++ b/compiler-rt/test/fuzzer/fuzzer-flags.test @@ -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