On 6/11/2020 6:51 PM, Manu wrote:
> I'm fairly sure C++ uses the link flag that LLVM calls "choose one".
> It's in the C++ spec that all inlines collapse to the same one. We should be
> using the same flag.
D totally relies on that behavior.
So emit the function to the CU where it's called and we're done here!