From fd5211a5b37a4e1da957d7a5cfb0327ec47e97e8 Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Thu, 16 Jul 2015 21:46:58 +0000 Subject: [PATCH] [ASan] PR24150: restrict test case to i386. llvm-svn: 242449 --- compiler-rt/test/asan/TestCases/Linux/kernel-area.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/test/asan/TestCases/Linux/kernel-area.cc b/compiler-rt/test/asan/TestCases/Linux/kernel-area.cc index 1b3fe076..8d3f7d6 100644 --- a/compiler-rt/test/asan/TestCases/Linux/kernel-area.cc +++ b/compiler-rt/test/asan/TestCases/Linux/kernel-area.cc @@ -16,7 +16,7 @@ // CHECK-kernel-64-bits: || `[0x28{{0+}}, 0x3{{f+}}]` || HighShadow || // CHECK-kernel-64-bits: || `[0x24{{0+}}, 0x27{{f+}}]` || ShadowGap || // -// REQUIRES: asan-32-bits +// REQUIRES: asan-32-bits,i386-supported-target int main() { return 0; -- 2.7.4