Files
rust/tests
bjorn3 9facf0bf72 Properly export function defined in test which uses global_asm!()
Currently the test passes with the LLVM backend as the codegen unit
partitioning logic happens to place both the global_asm!() and the
function which calls the function defined by the global_asm!() in the
same CGU. With the Cranelift backend it breaks however as it will place
all assembly in separate codegen units to be passed to an external
linker.
2023-10-05 19:42:25 +00:00
..
2023-10-02 08:59:31 -04:00
2023-10-04 17:55:15 +00:00
2023-10-04 13:04:45 -07:00
2023-08-23 11:52:49 -07:00