[compiler-rt] r306505 - [XRay][compiler-rt] Only run test in x86_64 linux.
Dean Michael Berris via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 27 22:19:59 PDT 2017
Author: dberris
Date: Tue Jun 27 22:19:59 2017
New Revision: 306505
URL: http://llvm.org/viewvc/llvm-project?rev=306505&view=rev
Log:
[XRay][compiler-rt] Only run test in x86_64 linux.
Followup to D34669.
Modified:
compiler-rt/trunk/test/xray/TestCases/always-never-instrument.cc
Modified: compiler-rt/trunk/test/xray/TestCases/always-never-instrument.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/xray/TestCases/always-never-instrument.cc?rev=306505&r1=306504&r2=306505&view=diff
==============================================================================
--- compiler-rt/trunk/test/xray/TestCases/always-never-instrument.cc (original)
+++ compiler-rt/trunk/test/xray/TestCases/always-never-instrument.cc Tue Jun 27 22:19:59 2017
@@ -9,6 +9,8 @@
// RUN: FileCheck %s --check-prefix NOINSTR
// RUN: %llvm_xray extract -symbolize %t | \
// RUN: FileCheck %s --check-prefix ALWAYSINSTR
+// REQUIRES: x86_64-linux
+// REQUIRES: built-in-llvm-tree
// NOINSTR-NOT: {{.*__xray_NeverInstrumented.*}}
int __xray_NeverInstrumented() {
More information about the llvm-commits
mailing list