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

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 18 08:49:34 PDT 2017


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 ?



================
Comment at: test/ELF/basic-avr.s:11
+#
+#CHECK-NEXT: main:
+#CHECK-NEXT:   11004:       80 e0   ldi
----------------
I think you need to add space here: # CHECK-NEXT: main:
and explain what is 80 e0 in comments, like we do in other tests.


Repository:
  rL LLVM

https://reviews.llvm.org/D32991





More information about the llvm-commits mailing list