[XRay][compiler-rt] Fixup: require x86_64 for profiling mode tests

This constrains the build environments we are testing/supporting for the runtime
tests until we can be sure xray works in more platforms.

llvm-svn: 336878
This commit is contained in:
Dean Michael Berris 2018-07-12 01:54:29 +00:00
parent 7289ac8a19
commit 4366b0122a
2 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,8 @@
// RUN: [ $PROFILES -eq 1 ]
// RUN: rm -f xray-log.profiling-multi-*
//
// UNSUPPORTED: target-is-mips64,target-is-mips64el
// REQUIRES: x86_64-target-arch
// REQUIRES: built-in-llvm-tree
#include "xray/xray_interface.h"
#include "xray/xray_log_interface.h"

View File

@ -11,7 +11,8 @@
// RUN: [ $PROFILES -eq 2 ]
// RUN: rm -f xray-log.profiling-single-*
//
// UNSUPPORTED: target-is-mips64,target-is-mips64el
// REQUIRES: x86_64-target-arch
// REQUIRES: built-in-llvm-tree
#include "xray/xray_interface.h"
#include "xray/xray_log_interface.h"