]> git.lizzy.rs Git - rust.git/history - src/global_asm.rs
Enable inline asm on macOS
[rust.git] / src / global_asm.rs
2022-08-12 bjorn3Enable inline asm on macOS
2022-08-12 bjorn3Remove the partial linking hack for global asm support
2022-08-12 bjorn3Don't take TyCtxt as argument for compile_global_asm
2022-08-12 bjorn3Move some sess.fatal calls out of compile_global_asm
2022-08-12 bjorn3Extract global_asm module