pragma(inline, true) / llvmAttr("alwaysinline") cross module inlining failure

kinke noone at nowhere.com
Thu May 7 01:56:42 UTC 2020


On Thursday, 7 May 2020 at 01:51:22 UTC, kinke wrote:
> The workaround is using LTO.

Or building each object file separately. [With parallelization, 
this might be faster than all-at-once compilation.]


More information about the digitalmars-d-ldc mailing list