[compiler-rt] r302392 - [XRay][compiler-rt] XFAIL on ppc
Dean Michael Berris via llvm-commits
llvm-commits at lists.llvm.org
Sun May 7 17:38:13 PDT 2017
Author: dberris
Date: Sun May 7 19:38:13 2017
New Revision: 302392
URL: http://llvm.org/viewvc/llvm-project?rev=302392&view=rev
Log:
[XRay][compiler-rt] XFAIL on ppc
Follow-up on D32846.
Modified:
compiler-rt/trunk/test/xray/TestCases/Linux/func-id-utils.cc
Modified: compiler-rt/trunk/test/xray/TestCases/Linux/func-id-utils.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/xray/TestCases/Linux/func-id-utils.cc?rev=302392&r1=302391&r2=302392&view=diff
==============================================================================
--- compiler-rt/trunk/test/xray/TestCases/Linux/func-id-utils.cc (original)
+++ compiler-rt/trunk/test/xray/TestCases/Linux/func-id-utils.cc Sun May 7 19:38:13 2017
@@ -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>
More information about the llvm-commits
mailing list