| commit | 451b92ab6ab6148cbdfc057379aee13ac3a3b08d | [log] [tgz] |
|---|---|---|
| author | Fariborz Jahanian <fjahanian@apple.com> | Wed Jul 16 16:16:04 2014 +0000 |
| committer | Fariborz Jahanian <fjahanian@apple.com> | Wed Jul 16 16:16:04 2014 +0000 |
| tree | bd444a867ae62b9ac0f5691e58211d58b95206df | |
| parent | f9ad21d22afa9a36c200138593993aa531422dd6 [diff] |
Objective-C. Introducing __attribute__((objc_runtime_name("runtimename"))
to be applied to class or protocols. This will direct IRGen
for Objective-C metadata to use the new name in various places
where class and protocol names are needed.
rdar:// 17631257
llvm-svn: 213167