[compiler-rt] 6f21401 - Remove fixme about BFD and Android
via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 5 13:23:54 PST 2024
Author: Vitaly Buka
Date: 2024-12-05T13:23:50-08:00
New Revision: 6f21401ae969eb3cdf66c7c84b52c90ca71c21bd
URL: https://github.com/llvm/llvm-project/commit/6f21401ae969eb3cdf66c7c84b52c90ca71c21bd
DIFF: https://github.com/llvm/llvm-project/commit/6f21401ae969eb3cdf66c7c84b52c90ca71c21bd.diff
LOG: Remove fixme about BFD and Android
Follow up to #118858
Added:
Modified:
compiler-rt/test/asan/TestCases/Linux/global-overflow-bfd.cpp
Removed:
################################################################################
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 080aab49624c23..67331606c3ba0f 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 <string.h>
More information about the llvm-commits
mailing list