]> granicus.if.org Git - clang/commitdiff
test: attempt to repair SCEI buildbots
authorSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 13 Oct 2016 20:10:22 +0000 (20:10 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 13 Oct 2016 20:10:22 +0000 (20:10 +0000)
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

index 818f5ad53ee55ee66fabd718b87cc304ac2762a2..ef391724ece0cd1fb4fa6b74372879d0ae70eab3 100644 (file)
@@ -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);