From 90a8fc8cb837083fe379a4188bd9775c90af93b8 Mon Sep 17 00:00:00 2001 From: Dean Michael Berris Date: Mon, 8 May 2017 00:38:13 +0000 Subject: [PATCH] [XRay][compiler-rt] XFAIL on ppc Follow-up on D32846. llvm-svn: 302392 --- compiler-rt/test/xray/TestCases/Linux/func-id-utils.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler-rt/test/xray/TestCases/Linux/func-id-utils.cc b/compiler-rt/test/xray/TestCases/Linux/func-id-utils.cc index 1183d01c79eb..82ba34d30acc 100644 --- a/compiler-rt/test/xray/TestCases/Linux/func-id-utils.cc +++ b/compiler-rt/test/xray/TestCases/Linux/func-id-utils.cc @@ -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