Add leading underscore to asm symbols on Mach-O#1630
Conversation
|
How long do a from-scratch |
|
Yeah, should take less than a minute to run the lib tests. |
|
If you want to work on adding it to CI, you can add it to https://github.com/rust-lang/rustc_codegen_cranelift/blob/main/build_system/tests.rs The git repo and cargo project are defined like rustc_codegen_cranelift/build_system/tests.rs Lines 134 to 142 in e722ae6 rustc_codegen_cranelift/build_system/tests.rs Lines 152 to 224 in e722ae6 rustc_codegen_cranelift/config.txt Lines 36 to 39 in e722ae6 Alternatively I may have time to add it somewhere in the coming days. |
Fixes the linking error mentioned in ctz/graviola#127 (comment)
Tested manually on a M1 host.