diff options
-rw-r--r-- | compiler-rt/test/crt/dso_handle.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/crt/dso_handle.cpp b/compiler-rt/test/crt/dso_handle.cpp index c08ed9c0e7e..3ce0ae15c80 100644 --- a/compiler-rt/test/crt/dso_handle.cpp +++ b/compiler-rt/test/crt/dso_handle.cpp @@ -4,6 +4,8 @@ // RUN: %clangxx -g -o %t -nostdlib %crt1 %crti %crtbegin %t.o %libstdcxx -lc -lm %libgcc %t.so %crtend %crtn // RUN: %run %t 2>&1 | FileCheck %s +// XFAIL: arm + #include <stdio.h> // CHECK: 1 |