[compiler-rt] r277679 - Only run ill.cc test on x86, 32 or 64 bit
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 3 16:24:06 PDT 2016
Author: rnk
Date: Wed Aug 3 18:24:06 2016
New Revision: 277679
URL: http://llvm.org/viewvc/llvm-project?rev=277679&view=rev
Log:
Only run ill.cc test on x86, 32 or 64 bit
Modified:
compiler-rt/trunk/test/asan/TestCases/ill.cc
Modified: compiler-rt/trunk/test/asan/TestCases/ill.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/ill.cc?rev=277679&r1=277678&r2=277679&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/ill.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/ill.cc Wed Aug 3 18:24:06 2016
@@ -2,6 +2,7 @@
//
// RUN: %clangxx_asan %s -o %t && %env_asan_opts=handle_sigill=0 not --crash %run %t 2>&1 | FileCheck %s --check-prefix=CHECK0
// RUN: %clangxx_asan %s -o %t && %env_asan_opts=handle_sigill=1 not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK1
+// REQUIRES: x86-target-arch
#ifdef _WIN32
#include <windows.h>
More information about the llvm-commits
mailing list