[XRay][compiler-rt] XFAIL on ppc

Follow-up on D32846.

llvm-svn: 302392
This commit is contained in:
Dean Michael Berris 2017-05-08 00:38:13 +00:00
parent 6d0dff294c
commit 90a8fc8cb8
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
//
// RUN: %clangxx_xray -std=c++11 %s -o %t
// RUN: XRAY_OPTIONS="patch_premain=false xray_naive_log=false" %run %t
// FIXME: When we know why this fails in ppc, un-xfail it.
// XFAIL: powerpc64le
#include "xray/xray_interface.h"
#include <algorithm>