rust-lang / rustc_codegen_cranelift

Cranelift based backend for rustc
Apache License 2.0
1.52k stars 94 forks source link

Implement const and sym operands for global asm #1351

Closed bjorn3 closed 1 year ago

bjorn3 commented 1 year ago

For sym operands you may get a linker error if the function was made private to the codegen unit.

Part for https://github.com/bjorn3/rustc_codegen_cranelift/issues/1204