Compile time macro trouble.

Kagamin via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Mon Mar 14 06:14:41 PDT 2016


On Monday, 14 March 2016 at 04:08:14 UTC, Taylor Hillegeist wrote:
> Could this be an issue of using --gc-sections for linking? I 
> have quite a few symbols that need to be mapped with this not 
> present.

For small projects I compile entire codebase into bitcode and 
then compile it with llc or llvm-lto. This way llvm handles 
inlining and llvm-lto does even more :) I would recommend it.


More information about the digitalmars-d-ldc mailing list