llvm-project/clang/test/CodeGenObjC/null-objc-empty-vtable.m
Nikita Popov 9466b49171 [Clang] Convert various tests to opaque pointers (NFC)
These were all tests where no manual fixup was required.
2022-12-12 17:11:46 +01:00

11 lines
394 B
Objective-C

// RUN: %clang_cc1 -triple x86_64-apple-macosx10.9 -emit-llvm -o - %s | FileCheck -check-prefix CHECK-OSX %s
// RUN: %clang_cc1 -triple thumbv7-apple-ios3.0.0 -emit-llvm -o - %s | FileCheck -check-prefix CHECK-IOS %s
// rdar://14802916
@interface I
@end
@implementation I @end
// CHECK-OSX: ptr null, ptr @_objc_empty_cache, ptr null
// CHECK-IOS: ptr null, ptr @_objc_empty_cache, ptr null