about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/src
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-10-05 19:41:41 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-10-05 19:42:25 +0000
commit9facf0bf72acf6cbf6ecb6c28c4b5364efc6b83f (patch)
tree885eb800e6a114fdd41d9624e16cdbc0fbc7a3da /compiler/rustc_codegen_gcc/src
parent3bcad65fbf67b6edf87c949531fbc13435882e6b (diff)
downloadrust-9facf0bf72acf6cbf6ecb6c28c4b5364efc6b83f.tar.gz
rust-9facf0bf72acf6cbf6ecb6c28c4b5364efc6b83f.zip
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.
Diffstat (limited to 'compiler/rustc_codegen_gcc/src')
0 files changed, 0 insertions, 0 deletions