From 7fdfa4b8d87e169d47e17c9997528546282a57b5 Mon Sep 17 00:00:00 2001 From: Dean Michael Berris Date: Fri, 12 May 2017 05:13:11 +0000 Subject: [XRay][compiler-rt] Only run custom event logging in x86_64-linux We only have an implementation in x86_64 that works for the patching/unpatching and runtime support (trampolines). Follow-up to D30630. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@302873 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/xray/TestCases/Linux/custom-event-logging.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/xray/TestCases/Linux') diff --git a/test/xray/TestCases/Linux/custom-event-logging.cc b/test/xray/TestCases/Linux/custom-event-logging.cc index 29d177b9e..b1a766d46 100644 --- a/test/xray/TestCases/Linux/custom-event-logging.cc +++ b/test/xray/TestCases/Linux/custom-event-logging.cc @@ -2,7 +2,9 @@ // // RUN: %clangxx_xray -std=c++11 %s -o %t // RUN: XRAY_OPTIONS="patch_premain=false verbosity=1 xray_naive_log=false xray_logfile_base=custom-event-logging.xray-" %run %t 2>&1 | FileCheck %s -// +// FIXME: Support this in non-x86_64 as well +// REQUIRES: x86_64-linux +// REQUIRES: built-in-llvm-tree #include #include "xray/xray_interface.h" -- cgit v1.2.3