moved default CPU message inline
This commit is contained in:
parent
ea17aa9141
commit
9aa596a014
3 changed files with 11 additions and 15 deletions
|
@ -2249,7 +2249,7 @@ extern "C" {
|
|||
|
||||
pub fn LLVMRustHasFeature(T: &TargetMachine, s: *const c_char) -> bool;
|
||||
|
||||
pub fn LLVMRustPrintTargetCPUs(T: &TargetMachine);
|
||||
pub fn LLVMRustPrintTargetCPUs(T: &TargetMachine, cpu: *const c_char);
|
||||
pub fn LLVMRustGetTargetFeaturesCount(T: &TargetMachine) -> size_t;
|
||||
pub fn LLVMRustGetTargetFeature(
|
||||
T: &TargetMachine,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue