summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/exceptions-asm-attribute.m
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary regex in the test cases I fixed in r260496.Akira Hatanaka2016-02-161-1/+1
| | | | llvm-svn: 260921
* [Objective-c] Stop attaching section "datacoal_nt" to global variables.Akira Hatanaka2016-02-111-3/+3
| | | | | | | | | | | | | The current macho linker just copies symbols in section datacoal_nt to section data, so it doesn't really matter whether or not section "datacoal_nt" is attached to the global variable. This is a follow-up to r250370, which made changes in llvm to stop putting functions and data in the *coal* sections. rdar://problem/24528611 llvm-svn: 260496
* Don't manually insert L prefixes.Rafael Espindola2014-11-061-4/+4
| | | | | | Simply marking the symbol private conveys the desire to hide them to LLVM. llvm-svn: 221451
* Objective-C. Introducing __attribute__((objc_runtime_name("runtimename"))Fariborz Jahanian2014-07-161-0/+86
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
OpenPOWER on IntegriCloud