[PATCH] D32991: [ELF] Initial migration of AVR target

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Thu May 18 09:30:06 PDT 2017


George Rimar via Phabricator <reviews at reviews.llvm.org> writes:

> grimar added a comment.
>
> I tried to run llvm-mc to check which relocations are produced here but got an error:
>
> /home/umb/LLVM/llvm-build/bin/llvm-mc: : error: unable to get target for 'avr-unknown-linux', see --version and --triple.
>
> Could anyone point me what is wrong ?

AVR is not in LLVM_ALL_TARGETS. I wonder if we should change that
before this.

BTW, this patch has to edit test/lit.cfg to add avr to
config.available_features or the test will never run.

Cheers,
Rafael


More information about the llvm-commits mailing list