OSDN Git Service

stringref-ize the MemoryBuffer::get apis. This requires
authorChris Lattner <sabre@nondot.org>
Mon, 5 Apr 2010 22:42:30 +0000 (22:42 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 5 Apr 2010 22:42:30 +0000 (22:42 +0000)
commit4c842dda3939c6b9f83ba7e8e19e43445cd9a832
treed3d4dd38475faa8e3bea9c995f993b662b688df9
parentda72249ecbfcaa6c8d81e9798812283b8a9947ed
stringref-ize the MemoryBuffer::get apis.  This requires
a co-committed clang patch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100485 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/MemoryBuffer.h
lib/AsmParser/Parser.cpp
lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
lib/Support/MemoryBuffer.cpp
tools/lto/LTOModule.cpp
utils/FileCheck/FileCheck.cpp