Specify LDC to compile specific files

Jacob Carlborg doob at me.com
Fri Mar 8 10:16:16 UTC 2019


On 2019-03-05 21:48, Michelle Long wrote:

> If that is all then it should be no problem to compile a function with 
> one compiler and "insert" it in to the code of another?

That's not all, it's just one example I happen to know about. The 
problem is that when linking, if you're linking against druntime 
compiled for DMD then the LDC compiled code won't find the function 
"_d_allocclass".

-- 
/Jacob Carlborg


More information about the Digitalmars-d-ide mailing list