Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CodeGen][ObjC] Remove the leading `l_` from ObjC symbols and make | Akira Hatanaka | 2019-05-09 | 1 | -11/+11 |
| | | | | | | | | | | | | | | | private symbols in the __DATA segment internal. This prevents the linker from removing the symbol names. Keeping the symbols visible enables tools to collect various information about the symbols, for example, tools that discover whether or not a symbol gets dirtied. rdar://problem/48887111 Differential Revision: https://reviews.llvm.org/D61454 llvm-svn: 360359 | ||||
* | CodeGen: be more conservative about setting section | Saleem Abdulrasool | 2016-10-25 | 1 | -0/+45 |
The section names currently are MachO specific. Only set the section on the variables if the file format is MachO. llvm-svn: 285126 |