bolt/deps/llvm-18.1.8/clang/test/CodeGenObjC/null-objc-empty-vtable.m

10 lines
375 B
Mathematica
Raw Normal View History

2025-02-14 19:21:04 +01:00
// 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
@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