[LLVMdev] Custom backend

Anton Korobeynikov anton at korobeynikov.info
Fri Aug 17 02:55:39 PDT 2012


> I have been stuck for some days while trying to load the generated
> shared library into llc without having to add the custom target into
> LLVM configure files. I know this was possible in previous releases, and
> was wondering if it is still possible in release 3.1 and I am doing
> something wrong.
This is not possible for many releases already. In order to use custom backend
you have to register it at configure time. Maybe you should somehow
try to tune your workflow? E.g. use gold on Linux as linker?

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



More information about the llvm-dev mailing list