forked from OSchip/llvm-project
[XRay][clang] Only enable test for supported platforms
This is a follow-up to D45474. llvm-svn: 329773
This commit is contained in:
parent
826e666cc7
commit
20c8bcae81
|
@ -19,3 +19,5 @@
|
||||||
// FDR: libclang_rt.xray-fdr
|
// FDR: libclang_rt.xray-fdr
|
||||||
// NONE-NOT: libclang_rt.xray-basic
|
// NONE-NOT: libclang_rt.xray-basic
|
||||||
// NONE-NOT: libclang_rt.xray-fdr
|
// NONE-NOT: libclang_rt.xray-fdr
|
||||||
|
// REQUIRES-ANY: linux, freebsd
|
||||||
|
// REQUIRES-ANY: amd64, x86_64, x86_64h, arm, aarch64, arm64
|
||||||
|
|
Loading…
Reference in New Issue