r329378 - [XRay][clang] Only run driver test for Linux and FreeBSD

Dean Michael Berris via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 5 23:09:58 PDT 2018


Author: dberris
Date: Thu Apr  5 23:09:57 2018
New Revision: 329378

URL: http://llvm.org/viewvc/llvm-project?rev=329378&view=rev
Log:
[XRay][clang] Only run driver test for Linux and FreeBSD

This is a follow-up to D45354, which we should have only been running on
Linux and FreeBSD for specific targets.

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

Modified:
    cfe/trunk/test/Driver/XRay/xray-nolinkdeps.cpp

Modified: cfe/trunk/test/Driver/XRay/xray-nolinkdeps.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/XRay/xray-nolinkdeps.cpp?rev=329378&r1=329377&r2=329378&view=diff
==============================================================================
--- cfe/trunk/test/Driver/XRay/xray-nolinkdeps.cpp (original)
+++ cfe/trunk/test/Driver/XRay/xray-nolinkdeps.cpp Thu Apr  5 23:09:57 2018
@@ -4,3 +4,5 @@
 // RUN:     2>&1 | FileCheck --check-prefix ENABLE %s
 // ENABLE: clang_rt.xray
 // DISABLE-NOT: clang_rt.xray
+// REQUIRES-ANY: linux, freebsd
+// REQUIRES-ANY: amd64, x86_64, x86_64h, arm, aarch64, arm64




More information about the cfe-commits mailing list