diff options
Diffstat (limited to 'clang')
-rw-r--r-- | clang/test/CodeGenObjC/runtime-abi-match.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGenObjC/runtime-abi-match.m b/clang/test/CodeGenObjC/runtime-abi-match.m index 818f5ad53ee..ef391724ece 100644 --- a/clang/test/CodeGenObjC/runtime-abi-match.m +++ b/clang/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); |