[XRay][compiler-rt] Only run test in x86_64 linux.

Followup to D34669.

llvm-svn: 306505
This commit is contained in:
Dean Michael Berris 2017-06-28 05:19:59 +00:00
parent 70e8e9d8f6
commit c3881436cf
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@
// RUN: FileCheck %s --check-prefix NOINSTR
// RUN: %llvm_xray extract -symbolize %t | \
// RUN: FileCheck %s --check-prefix ALWAYSINSTR
// REQUIRES: x86_64-linux
// REQUIRES: built-in-llvm-tree
// NOINSTR-NOT: {{.*__xray_NeverInstrumented.*}}
int __xray_NeverInstrumented() {