From 6f21401ae969eb3cdf66c7c84b52c90ca71c21bd Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Thu, 5 Dec 2024 13:23:50 -0800 Subject: [PATCH] Remove fixme about BFD and Android Follow up to #118858 --- compiler-rt/test/asan/TestCases/Linux/global-overflow-bfd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/test/asan/TestCases/Linux/global-overflow-bfd.cpp b/compiler-rt/test/asan/TestCases/Linux/global-overflow-bfd.cpp index 080aab49624c..67331606c3ba 100644 --- a/compiler-rt/test/asan/TestCases/Linux/global-overflow-bfd.cpp +++ b/compiler-rt/test/asan/TestCases/Linux/global-overflow-bfd.cpp @@ -2,7 +2,7 @@ // false negatives with the BFD linker. // RUN: %clangxx_asan -fuse-ld=bfd -Wl,-gc-sections -ffunction-sections -fdata-sections -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s -// FIXME: Confirm if bfd tests are relevant for Android, this one is broken after https://github.com/llvm/llvm-project/pull/117624. +// Android does not use bfd. // UNSUPPORTED: android #include