From 8af2f11fe87ef22ffcb33e5da8e8955b101cf6a2 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Thu, 13 Oct 2016 20:10:22 +0000 Subject: [PATCH] test: attempt to repair SCEI buildbots The tests target ARM, ensure that the ARM target is registered. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@284156 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenObjC/runtime-abi-match.m | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CodeGenObjC/runtime-abi-match.m b/test/CodeGenObjC/runtime-abi-match.m index 818f5ad53e..ef391724ec 100644 --- a/test/CodeGenObjC/runtime-abi-match.m +++ b/test/CodeGenObjC/runtime-abi-match.m @@ -1,4 +1,5 @@ // RUN: %clang -target armv7-windows -fobjc-runtime=ios -O1 -fexceptions -S -emit-llvm %s -o - | FileCheck %s +// REQUIRES: arm-registered-target void (*f)(id); void (*g)(void); -- 2.40.0