Skip to content

Commit e103c2a

Browse files
committed
[𝘀𝗽𝗿] initial version
Created using spr 1.3.4
1 parent 1e5c1a3 commit e103c2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

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

0 commit comments

Comments
 (0)