]> granicus.if.org Git - clang/commitdiff
[test] Fix an XRay test on FreeBSD
authorZhihao Yuan <zy@miator.net>
Thu, 29 Mar 2018 15:50:44 +0000 (15:50 +0000)
committerZhihao Yuan <zy@miator.net>
Thu, 29 Mar 2018 15:50:44 +0000 (15:50 +0000)
Summary: Fixing clang-test on FreeBSD as a follow-up of https://reviews.llvm.org/D43378 to handle the revert happened in r325749.

Reviewers: devnexen, krytarowski, dberris

Subscribers: emaste, dberris, cfe-commits

Differential Revision: https://reviews.llvm.org/D45002

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

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

index 86b109b6dbfe7e5b6e340469a5d92c96197a139c..7e221365d6114dd8ec88cb18f134513fcd627057 100644 (file)
@@ -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;