r284156 - test: attempt to repair SCEI buildbots
Saleem Abdulrasool via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 13 13:10:22 PDT 2016
Author: compnerd
Date: Thu Oct 13 15:10:22 2016
New Revision: 284156
URL: http://llvm.org/viewvc/llvm-project?rev=284156&view=rev
Log:
test: attempt to repair SCEI buildbots
The tests target ARM, ensure that the ARM target is registered.
Modified:
cfe/trunk/test/CodeGenObjC/runtime-abi-match.m
Modified: cfe/trunk/test/CodeGenObjC/runtime-abi-match.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/runtime-abi-match.m?rev=284156&r1=284155&r2=284156&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/runtime-abi-match.m (original)
+++ cfe/trunk/test/CodeGenObjC/runtime-abi-match.m Thu Oct 13 15:10:22 2016
@@ -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);
More information about the cfe-commits
mailing list