Skip to content

Commit 00b5bbb

Browse files
authored
Update global-overflow-bfd.cpp
1 parent e103c2a commit 00b5bbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +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.
56
// UNSUPPORTED: android
67

78
#include <string.h>

0 commit comments

Comments
 (0)