forked from OSchip/llvm-project
Add a comment noting the memory ownership rules.
llvm-svn: 80827
This commit is contained in:
parent
2e56cc6e6c
commit
a7e8799c72
|
@ -51,7 +51,8 @@ Module *ParseAssemblyString(
|
|||
|
||||
/// This function is the low-level interface to the LLVM Assembly Parser.
|
||||
/// ParseAssemblyFile and ParseAssemblyString are wrappers around this function.
|
||||
/// @brief Parse LLVM Assembly from a MemoryBuffer.
|
||||
/// @brief Parse LLVM Assembly from a MemoryBuffer. This function *always*
|
||||
/// takes ownership of the MemoryBuffer.
|
||||
Module *ParseAssembly(
|
||||
MemoryBuffer *F, ///< The MemoryBuffer containing assembly
|
||||
const std::string &Name, ///< The name of the original source file
|
||||
|
|
Loading…
Reference in New Issue