diff options
| author | Dean Michael Berris <dberris@google.com> | 2018-04-06 06:09:57 +0000 |
|---|---|---|
| committer | Dean Michael Berris <dberris@google.com> | 2018-04-06 06:09:57 +0000 |
| commit | 9f4247d3e37f7fbe104efe5222ec74f27529b26a (patch) | |
| tree | f2000f0073e1fabb89ab8a5f5ae5007a35c895ea /clang/test | |
| parent | a2eefb6d9a76e456552fd96fad3dae6c0266cbed (diff) | |
| download | bcm5719-llvm-9f4247d3e37f7fbe104efe5222ec74f27529b26a.tar.gz bcm5719-llvm-9f4247d3e37f7fbe104efe5222ec74f27529b26a.zip | |
[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
llvm-svn: 329378
Diffstat (limited to 'clang/test')
| -rw-r--r-- | clang/test/Driver/XRay/xray-nolinkdeps.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Driver/XRay/xray-nolinkdeps.cpp b/clang/test/Driver/XRay/xray-nolinkdeps.cpp index 7f17c939a43..5a79e362e35 100644 --- a/clang/test/Driver/XRay/xray-nolinkdeps.cpp +++ b/clang/test/Driver/XRay/xray-nolinkdeps.cpp @@ -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 |

