Skip to content

Commit 0550480

Browse files
authored
1 parent 8a6f1ab commit 0550480

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
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.
6+
// UNSUPPORTED: android
7+
58
#include <string.h>
69
int main(int argc, char **argv) {
710
static char XXX[10];

0 commit comments

Comments
 (0)