summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/arc-no-runtime.m
blob: 39f7da3460e5379481147c36edd480dc97574639 (plain)
1
2
3
4
5
6
7
8
9
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-arc -fobjc-nonfragile-abi -emit-llvm %s -o - | FileCheck %s

// rdar://problem/9224855
void test0() {
  id x = 0;
  // CHECK: call void @objc_release(
}

// CHECK: declare extern_weak void @objc_release(
OpenPOWER on IntegriCloud