Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add target hook for setting symbol prefix and section of unicode | Daniel Dunbar | 2009-04-03 | 1 | -1/+2 |
| | | | | | | string literals. llvm-svn: 68363 | ||||
* | Add Target hooks for IRgen of [cf]string literals. | Daniel Dunbar | 2009-03-31 | 1 | -0/+9 |
- Notably, set section on cfstring literal string data (for now, this is done everywhere because it matches what we were already doing for the CFString data itself) - <rdar://problem/6599098> [irgen] linker requires objc string data to go into cstring llvm-svn: 68160 |