r329773 - [XRay][clang] Only enable test for supported platforms

Dean Michael Berris via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 10 18:47:41 PDT 2018


Author: dberris
Date: Tue Apr 10 18:47:40 2018
New Revision: 329773

URL: http://llvm.org/viewvc/llvm-project?rev=329773&view=rev
Log:
[XRay][clang] Only enable test for supported platforms

This is a follow-up to D45474.

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

Modified: cfe/trunk/test/Driver/XRay/xray-mode-flags.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/XRay/xray-mode-flags.cpp?rev=329773&r1=329772&r2=329773&view=diff
==============================================================================
--- cfe/trunk/test/Driver/XRay/xray-mode-flags.cpp (original)
+++ cfe/trunk/test/Driver/XRay/xray-mode-flags.cpp Tue Apr 10 18:47:40 2018
@@ -19,3 +19,5 @@
 // FDR: libclang_rt.xray-fdr
 // NONE-NOT: libclang_rt.xray-basic
 // NONE-NOT: libclang_rt.xray-fdr
+// REQUIRES-ANY: linux, freebsd
+// REQUIRES-ANY: amd64, x86_64, x86_64h, arm, aarch64, arm64




More information about the cfe-commits mailing list