Displaying 2 results from an estimated 2 matches for "b38c3195".
2013 Aug 16
0
[LLVMdev] workflow for linking clang
On Fri, Aug 16, 2013 at 2:01 PM, reed kotler <rkotler at mips.com> wrote:
> the good news is that (thanks to Simon) the clang driver is working so
> well for Mips now that we are more or less switching away from using llc
> during development for all our various host/target configurations.
>
> the bad news is that we have make clang all the time and it is really slow
> to
2013 Aug 16
5
[LLVMdev] workflow for linking clang
the good news is that (thanks to Simon) the clang driver is working so
well for Mips now that we are more or less switching away from using llc
during development for all our various host/target configurations.
the bad news is that we have make clang all the time and it is really
slow to do that.
we used to be able to just make in the lib/target/Mips and then in llc
and it was really fast.