search for: e14445a7

Displaying 1 result from an estimated 1 matches for "e14445a7".

Did you mean: 144457
2012 Oct 30
1
[LLVMdev] help writing an IR targeting backend
I've got a newbie question and am looking for some pointers. I want to implement a backend that targets another compiler IR format. Looking through the backend documentation, the infrastructure is stated to be flexible enough to do this (and refers to a hypothetical GCC IR backend). However, all of the documentation I've run across addresses actual ISA targets. Is there any