summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/undefined-protocol2.m
Commit message (Collapse)AuthorAgeFilesLines
* [CodeGen][ObjC] Remove the leading 'l' from symbols for protocolAkira Hatanaka2019-03-141-1/+1
| | | | | | | | | | | | | metadata and protocol list The leading 'l' tells ld64 to remove the symbol name, which can make debugging difficult. rdar://problem/47256637 Differential Revision: https://reviews.llvm.org/D59234 llvm-svn: 356156
* Allow protocols to be just declared.Rafael Espindola2014-09-121-0/+17
llvm-svn: 217704
OpenPOWER on IntegriCloud