On Tuesday, 29 January 2013 at 12:26:10 UTC, bearophile wrote:
Is is possible to use ioc from LDC2? D language should enjoy
all the nice things they keep adding to LLVM, otherwise C++
risks becoming more modern than D.
Join LDC development and find it out. ;)
On a more serious note, the IOC patch appears to modify the Clang
front-end only, so there is no immediate way to re-use the code
for LDC. Taking it as a model to implement a similar code gen
switch would certainly seem possible, though.
David