We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a6f1ab commit 0550480Copy full SHA for 0550480
compiler-rt/test/asan/TestCases/Linux/global-overflow-bfd.cpp
@@ -2,6 +2,9 @@
2
// false negatives with the BFD linker.
3
// RUN: %clangxx_asan -fuse-ld=bfd -Wl,-gc-sections -ffunction-sections -fdata-sections -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s
4
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
+
8
#include <string.h>
9
int main(int argc, char **argv) {
10
static char XXX[10];
0 commit comments