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

David Spickett via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 8 01:56:49 PDT 2021


Author: David Spickett
Date: 2021-10-08T08:55:22Z
New Revision: 30677a043c44d23c96dd950d90010277f89f38cb

URL: https://github.com/llvm/llvm-project/commit/30677a043c44d23c96dd950d90010277f89f38cb
DIFF: https://github.com/llvm/llvm-project/commit/30677a043c44d23c96dd950d90010277f89f38cb.diff

LOG: [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.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/fuzzer/fuzzer-flags.test b/compiler-rt/test/fuzzer/fuzzer-flags.test
index 5d23e667f3e36..916c6eed889f0 100644
--- a/compiler-rt/test/fuzzer/fuzzer-flags.test
+++ b/compiler-rt/test/fuzzer/fuzzer-flags.test
@@ -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


        


More information about the llvm-commits mailing list