summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/xray
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/xray')
-rw-r--r--compiler-rt/test/xray/TestCases/Linux/fdr-mode.cc2
-rw-r--r--compiler-rt/test/xray/TestCases/Linux/fdr-thread-order.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/test/xray/TestCases/Linux/fdr-mode.cc b/compiler-rt/test/xray/TestCases/Linux/fdr-mode.cc
index cdb0249951c..4aa3964c9d1 100644
--- a/compiler-rt/test/xray/TestCases/Linux/fdr-mode.cc
+++ b/compiler-rt/test/xray/TestCases/Linux/fdr-mode.cc
@@ -3,7 +3,7 @@
// RUN: %llvm_xray convert --symbolize --output-format=yaml -instr_map=%t "`ls fdr-logging-test-* | head -1`" | FileCheck %s --check-prefix TRACE
// RUN: rm fdr-logging-test-*
// FIXME: Make llvm-xray work on non-x86_64 as well.
-// REQUIRES: x86_64
+// REQUIRES: x86_64-linux
#include "xray/xray_log_interface.h"
#include <cassert>
diff --git a/compiler-rt/test/xray/TestCases/Linux/fdr-thread-order.cc b/compiler-rt/test/xray/TestCases/Linux/fdr-thread-order.cc
index a52428f2b15..5edef2be2d8 100644
--- a/compiler-rt/test/xray/TestCases/Linux/fdr-thread-order.cc
+++ b/compiler-rt/test/xray/TestCases/Linux/fdr-thread-order.cc
@@ -3,7 +3,7 @@
// RUN: %llvm_xray convert --symbolize --output-format=yaml -instr_map=%t "`ls fdr-thread-order.* | head -1`" | FileCheck %s --check-prefix TRACE
// RUN: rm fdr-thread-order.*
// FIXME: Make llvm-xray work on non-x86_64 as well.
-// REQUIRES: x86_64
+// REQUIRES: x86_64-linux
#include "xray/xray_log_interface.h"
#include <thread>
#include <cassert>
OpenPOWER on IntegriCloud