print on rustc_codegen_llvm and rename malloc and cpy c_char
This commit is contained in:
parent
138f522b59
commit
4d307c4822
6 changed files with 47 additions and 19 deletions
|
@ -1868,10 +1868,10 @@ extern "C" {
|
|||
pub fn LLVMRustGetLastError() -> *const c_char;
|
||||
|
||||
/// Print the pass timings since static dtors aren't picking them up.
|
||||
pub fn LLVMRustPrintPassTimings();
|
||||
pub fn LLVMRustPrintPassTimings() -> *const c_char;
|
||||
|
||||
/// Print the statistics since static dtors aren't picking them up.
|
||||
pub fn LLVMRustPrintStatistics();
|
||||
pub fn LLVMRustPrintStatistics() -> *const c_char;
|
||||
|
||||
pub fn LLVMStructCreateNamed(C: &Context, Name: *const c_char) -> &Type;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue