From: Saleem Abdulrasool Date: Thu, 13 Oct 2016 20:10:22 +0000 (+0000) Subject: test: attempt to repair SCEI buildbots X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8af2f11fe87ef22ffcb33e5da8e8955b101cf6a2;p=clang 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 --- 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);