Closed
Description
There's a whole bunch of this:
tests\assembly\asm\x86-types.rs
125: // Hack to avoid function merging
142: // Hack to avoid function merging
tests\assembly\asm\x86-modifiers.rs
41: // Hack to avoid function merging
tests\assembly\asm\s390x-types.rs
45:// Hack to avoid function merging
tests\assembly\asm\riscv-types.rs
93: // Hack to avoid function merging
110: // Hack to avoid function merging
tests\assembly\asm\powerpc-types.rs
46:// Hack to avoid function merging
tests\assembly\asm\mips-types.rs
46:// Hack to avoid function merging
tests\assembly\asm\loongarch-type.rs
42:// Hack to avoid function merging
tests\assembly\asm\hexagon-types.rs
44: // Hack to avoid function merging
61: // Hack to avoid function merging
80: // Hack to avoid function merging
95: // Hack to avoid function merging
tests\assembly\asm\arm-types.rs
120: // Hack to avoid function merging
137: // Hack to avoid function merging
tests\assembly\asm\arm-modifiers.rs
46: // Hack to avoid function merging
tests\assembly\asm\aarch64-types.rs
119: // Hack to avoid function merging
140: // Hack to avoid function merging
tests\assembly\asm\aarch64-modifiers.rs
32: // Hack to avoid function merging
Do we really need to hack it, though? We have a flag for that:
//@ compile-flags: -Zmerge-functions=disabled
This issue has been assigned to @Rajveer100 via this comment.