Reformat some comments.
So they are less than 100 chars.
This commit is contained in:
parent
5fd16dffdc
commit
1f359405cb
15 changed files with 78 additions and 66 deletions
|
@ -2150,7 +2150,8 @@ unsafe extern "C" {
|
|||
|
||||
pub fn LLVMRustGetHostCPUName(len: *mut usize) -> *const c_char;
|
||||
|
||||
// This function makes copies of pointed to data, so the data's lifetime may end after this function returns
|
||||
// This function makes copies of pointed to data, so the data's lifetime may end after this
|
||||
// function returns.
|
||||
pub fn LLVMRustCreateTargetMachine(
|
||||
Triple: *const c_char,
|
||||
CPU: *const c_char,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue