summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/forward-protocol-metadata-symbols.m
Commit message (Expand)AuthorAgeFilesLines
* Specify target triple to fix the tests I committed in r360359 that areAkira Hatanaka2019-05-091-1/+1
* Specify ObjC runtime to fix the tests I committed in r360359 that areAkira Hatanaka2019-05-091-1/+1
* [CodeGen][ObjC] Remove the leading `l_` from ObjC symbols and makeAkira Hatanaka2019-05-091-5/+5
* [CodeGen][ObjC] Remove the leading 'l' from symbols for protocolAkira Hatanaka2019-03-141-4/+4
* [ObjC] Error out when using forward-declared protocol in a @protocolAlex Lorenz2018-08-171-3/+3
* CodeGen: use `llvm.used` for ObjC protocolsSaleem Abdulrasool2018-01-231-4/+6
* test: simplify the matching logic a bit (NFC)Saleem Abdulrasool2018-01-231-1/+12
* Changed renaming of local symbols by inserting a dot vefore the numeric suffixSunil Srivastava2015-05-121-1/+1
* Don't manually insert L prefixes.Rafael Espindola2014-11-061-1/+1
* Use llvm.compiler.used instead of llvm.used for objc symbols.Rafael Espindola2014-03-061-1/+1
* Make the test a bit stronger by showing what is added to llvm.used.Rafael Espindola2014-03-061-0/+2
* Revert "Use private linkage for remaining GlobalVariables with private names."Rafael Espindola2014-03-061-3/+3
* Use private linkage for remaining GlobalVariables with private names.Rafael Espindola2014-03-061-3/+3
* Objective-C. Fixes a regression when figuring out linkageFariborz Jahanian2014-03-031-0/+24
OpenPOWER on IntegriCloud