Skip to content

Commit 6f21401

Browse files
authored
Remove fixme about BFD and Android
Follow up to #118858
1 parent dbd920b commit 6f21401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/asan/TestCases/Linux/global-overflow-bfd.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// false negatives with the BFD linker.
33
// RUN: %clangxx_asan -fuse-ld=bfd -Wl,-gc-sections -ffunction-sections -fdata-sections -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s
44

5-
// FIXME: Confirm if bfd tests are relevant for Android, this one is broken after https://github.com/llvm/llvm-project/pull/117624.
5+
// Android does not use bfd.
66
// UNSUPPORTED: android
77

88
#include <string.h>

0 commit comments

Comments
 (0)