r294820 - Update XFAIL line after r294781.

Benjamin Kramer via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 10 18:00:03 PST 2017


Author: d0k
Date: Fri Feb 10 20:00:03 2017
New Revision: 294820

URL: http://llvm.org/viewvc/llvm-project?rev=294820&view=rev
Log:
Update XFAIL line after r294781.

Modified:
    cfe/trunk/test/Driver/XRay/xray-instrument-cpu.c

Modified: cfe/trunk/test/Driver/XRay/xray-instrument-cpu.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/XRay/xray-instrument-cpu.c?rev=294820&r1=294819&r2=294820&view=diff
==============================================================================
--- cfe/trunk/test/Driver/XRay/xray-instrument-cpu.c (original)
+++ cfe/trunk/test/Driver/XRay/xray-instrument-cpu.c Fri Feb 10 20:00:03 2017
@@ -1,4 +1,4 @@
 // RUN: not %clang -o /dev/null -v -fxray-instrument -c %s
-// XFAIL: amd64-, x86_64-, x86_64h-, arm, aarch64, arm64
+// XFAIL: amd64-, x86_64-, x86_64h-, arm, aarch64, arm64, powerpc64le-
 // REQUIRES: linux
 typedef int a;




More information about the cfe-commits mailing list