| commit | 8b8683f9f6051c6854f6e9a044d3d882649f72fd | [log] [tgz] |
|---|---|---|
| author | Daniel Dunbar <daniel@zuster.org> | Tue Aug 12 00:12:39 2008 +0000 |
| committer | Daniel Dunbar <daniel@zuster.org> | Tue Aug 12 00:12:39 2008 +0000 |
| tree | cd0b5fce4755b89c27c8dc7d13a93cb974ed3e08 | |
| parent | dafdbf77b315961fedc959e9ea732fa3f5cbee67 [diff] |
Add ObjC constant string support for NeXT.
Changed CGObjCRuntime::GenerateConstantString interface to take
std::string instead of char* and size.
Change ObjC functions which call on GenerateConstantString to bitcast
result to appropriate type.
llvm-svn: 54659