[LLVMdev] How to register a new LLVM backend

Anton Korobeynikov anton at korobeynikov.info
Thu Oct 14 12:02:41 PDT 2010


> That's unfortunate. In order to test the backend, currently, I have to
> build it and then link llc again: the linking process in freezing my
> machine pretty bad for a while. Is there a easier way to debug changes
> to a backend? Maybe speed up llc linking?
I found gold definitely 'a must' on linux for llvm development: it
makes significant decrease of the whole link time

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the llvm-dev mailing list