diff options
-rw-r--r-- | compiler-rt/test/xray/TestCases/Linux/custom-event-logging.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/compiler-rt/test/xray/TestCases/Linux/custom-event-logging.cc b/compiler-rt/test/xray/TestCases/Linux/custom-event-logging.cc index 29d177b9e96..b1a766d4604 100644 --- a/compiler-rt/test/xray/TestCases/Linux/custom-event-logging.cc +++ b/compiler-rt/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 <cstdio> #include "xray/xray_interface.h" |