Add codegen for global_asm! sym operands
This commit is contained in:
parent
dc345d8bff
commit
547405e801
11 changed files with 137 additions and 22 deletions
|
@ -2537,4 +2537,6 @@ extern "C" {
|
|||
remark_passes_len: usize,
|
||||
);
|
||||
|
||||
#[allow(improper_ctypes)]
|
||||
pub fn LLVMRustGetMangledName(V: &Value, out: &RustString);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue