Output UTF-16 string literals independent of host byte order.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 23 Jul 2009 23:41:22 +0000 (23:41 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 23 Jul 2009 23:41:22 +0000 (23:41 +0000)
commit91ade1419748a8b092a6e634d2a126a01fb05f2d
tree414c0a8a2b8220a88e733c17d31c6810524caf1f
parent8ce4021a40ec7efaa809dbfaade406d88632c52a
Output UTF-16 string literals independent of host byte order.
 - Steve, can you take a look at this? It seems like this code should live
   elsewhere, and there is a FIXME about having Sema validates the UTF-8 to
   UTF-16 conversion.

llvm-svn: 76915
clang/lib/CodeGen/CodeGenModule.cpp
clang/test/CodeGen/darwin-string-literals.c