[PATCH] D85773: [Driver][XRay][test] Update the macOS support check

Azharuddin Mohammed via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 27 14:06:09 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rGd22985c41087: [Driver][XRay][test] Update the macOS support check (authored by azharudd).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85773/new/

https://reviews.llvm.org/D85773

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


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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85773.288454.patch
Type: text/x-patch
Size: 491 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200827/214da2d4/attachment.bin>


More information about the llvm-commits mailing list