Disable XFAIL on ARM since the x86_64 specific code is isolated
llvm-svn: 221347
This commit is contained in:
parent
8cbf4a0b5d
commit
883abab1e8
|
|
@ -1,6 +1,4 @@
|
||||||
// RUN: %clangxx -O0 %s -o %t && %run %t
|
// RUN: %clangxx -O0 %s -o %t && %run %t
|
||||||
// XFAIL: arm-linux-gnueabi
|
|
||||||
// XFAIL: armv7l-unknown-linux-gnueabihf
|
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue