[clang-cl] Ignore /Wv and /Wv:17 flags
[llvm-project.git] / clang / test / CodeGenObjC / mrr-autorelease.m
blob773fdbc96854c1a7b6781e06c7e5eeec77e91e89
1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -o - %s | FileCheck %s
2 // RUN: %clang_cc1 -triple i386-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o - %s | FileCheck %s
3 // rdar://8881826
4 // rdar://9423507
6 @interface I
8   id ivar;
10 - (id) Meth;
11 @end
13 @implementation I
14 - (id) Meth {
15    @autoreleasepool {
16    }
17   return 0;
19 @end
21 // CHECK-NOT: call i8* @objc_getClass
22 // CHECK: call i8* bitcast (i8* (i8*, i8*, ...)* @objc_msgSend
23 // CHECK: call i8* bitcast (i8* (i8*, i8*, ...)* @objc_msgSend
24 // CHECK: call void bitcast (i8* (i8*, i8*, ...)* @objc_msgSend