forked from OSchip/llvm-project
[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
This commit is contained in:
parent
a2eefb6d9a
commit
9f4247d3e3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue