[compiler-rt][fuzzer] Re-enable flags test on AArch64 Linux

This is now passing after bots were upgraded to Ubuntu Focal,
which comes with ld 2.34.
This commit is contained in:
David Spickett 2021-10-08 08:54:23 +00:00
parent f4145c074c
commit 30677a043c
1 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,3 @@
# 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
RUN: %run %t-FlagsTest -runs=10 -foo_bar=1 2>&1 | FileCheck %s --check-prefix=FOO_BAR
FOO_BAR: WARNING: unrecognized flag '-foo_bar=1'; use -help=1 to list all flags