RISC-V port

David Nadlinger code at klickverbot.at
Wed May 23 15:35:12 UTC 2018


On 22 May 2018, at 15:31, Luís Marques via digitalmars-d-ldc wrote:
> I still haven't found it. Since this part is LDC specific and not LLVM 
> specific, help here would be most appreciated :D

For future reference: In situations like that, it might be useful to 
compile both C++ and D sources to LLVM IR (`-emit-llvm -S` for Clang), 
and then manually assemble them using `llc`.

Any difference in behaviour that remains must then be visible from the 
IR, rather than some potentially different codegen settings, etc.

  — David


More information about the digitalmars-d-ldc mailing list