diff --git a/compiler-rt/test/xray/TestCases/Linux/quiet-start.cc b/compiler-rt/test/xray/TestCases/Linux/quiet-start.cc index 08d3a8accfe3..42d9f8847245 100644 --- a/compiler-rt/test/xray/TestCases/Linux/quiet-start.cc +++ b/compiler-rt/test/xray/TestCases/Linux/quiet-start.cc @@ -7,6 +7,10 @@ // RUN: XRAY_OPTIONS="patch_premain=true verbosity=0" %run %t 2>&1 | \ // RUN: FileCheck %s --check-prefix QUIET // RUN: XRAY_OPTIONS="" %run %t 2>&1 | FileCheck %s --check-prefix DEFAULT +// +// FIXME: Understand how to make this work on other platforms +// REQUIRES: built-in-llvm-tree +// REQRUIES: x86_64-linux #include using namespace std;