Remove fixme about BFD and Android

Follow up to #118858
This commit is contained in:
Vitaly Buka
2024-12-05 13:23:50 -08:00
committed by GitHub
parent dbd920b290
commit 6f21401ae9

View File

@@ -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 <string.h>