Use correct casing for print method.
This commit is contained in:
parent
88d4f62e16
commit
796f5e264a
1 changed files with 1 additions and 1 deletions
|
|
@ -355,7 +355,7 @@ LLVMModuleRef LLVMGetModuleFromAssembly(const char *asmtext, unsigned txtlen,
|
|||
llvm::getGlobalContext()))) {
|
||||
std::string s;
|
||||
llvm::raw_string_ostream buf(s);
|
||||
error.Print("llvm-py", buf);
|
||||
error.print("llvm-py", buf);
|
||||
*out = strdup(buf.str().c_str());
|
||||
return NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue