1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/include
Will Dietz ba9279f9d8 MC: Don't assume incoming StringRef's are null terminated.
This can happen when processing command line arguments, which
are often stored as std::string's and later turned into
StringRef's via std::string::data().  Unfortunately this
is not guaranteed to return a null-terminated string
until C++11, causing breakage on platforms that don't do this.

llvm-svn: 192558
2013-10-13 22:09:26 +00:00
..
llvm MC: Don't assume incoming StringRef's are null terminated. 2013-10-13 22:09:26 +00:00
llvm-c Revert "llvm-c: Make target initializer functions external functions in lib." 2013-10-09 23:15:49 +00:00