[PATCH] D45002: [test] Fix an XRay test on FreeBSD

Zhihao Yuan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 29 08:53:33 PDT 2018


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rC328797: [test] Fix an XRay test on FreeBSD (authored by lichray, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D45002?vs=140143&id=140264#toc

Repository:
  rC Clang

https://reviews.llvm.org/D45002

Files:
  test/Driver/XRay/xray-instrument-os.c


Index: test/Driver/XRay/xray-instrument-os.c
===================================================================
--- test/Driver/XRay/xray-instrument-os.c
+++ test/Driver/XRay/xray-instrument-os.c
@@ -1,4 +1,4 @@
 // RUN: not %clang -o /dev/null -v -fxray-instrument -c %s
-// XFAIL: -linux-
+// XFAIL: -linux-, -freebsd
 // REQUIRES-ANY: amd64, x86_64, x86_64h, arm, aarch64, arm64
 typedef int a;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45002.140264.patch
Type: text/x-patch
Size: 399 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180329/bb59d2b6/attachment.bin>


More information about the cfe-commits mailing list