]> granicus.if.org Git - clang/commitdiff
NFC, make XFAIL work on macOS correctly for test/Driver/XRay/xray-instrument-os.c
authorAlex Lorenz <arphaman@gmail.com>
Thu, 9 May 2019 20:35:41 +0000 (20:35 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Thu, 9 May 2019 20:35:41 +0000 (20:35 +0000)
The test 'test/Driver/XRay/xray-instrument-os.c' is supposed to XFAIL on -darwin triples.
However, LLVM can be configured to be built with a -macos triple instead, which is equivalent
to -darwin. This commit updates the XFAIL condition to also XFAIL with a -macos host triple.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@360374 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 1008d0aff6f8b957b432dc9ea84680a03cb1c004..3a0c428ce19ce5cdf52305d79b41e210b1ca8bbc 100644 (file)
@@ -1,4 +1,4 @@
 // RUN: not %clang -o /dev/null -v -fxray-instrument -c %s
-// XFAIL: -linux-, -freebsd, -darwin
+// XFAIL: -linux-, -freebsd, -darwin, -macos
 // REQUIRES-ANY: amd64, x86_64, x86_64h, arm, aarch64, arm64
 typedef int a;