summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/externally-initialized-selectors.m
blob: 6ec97d4322e0a725076135e7103af6e0a08ebe9d (plain)
1
2
3
4
5
6
7
8
9
// RUN: %clang_cc1 -fobjc-runtime=macosx-fragile-10.5 -o - -emit-llvm %s | FileCheck -check-prefix=FRAGILE %s
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-runtime=macosx-10.14 -o - -emit-llvm %s | FileCheck -check-prefix=NONFRAGILE %s

// NONFRAGILE: @OBJC_SELECTOR_REFERENCES_ = internal externally_initialized global
// FRAGILE: @OBJC_SELECTOR_REFERENCES_ = private externally_initialized global

void test(id x) {
  [x doSomething];
}
OpenPOWER on IntegriCloud