[PATCH] D33348: Add AVR to LLVM_ALL_TARGETS
Leslie Zhai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 19 00:35:11 PDT 2017
xiangzhai created this revision.
Hi LLVM developers,
As George mentioned in https://reviews.llvm.org/D32991 :
> 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.
As Rafael suggested: AVR is not in LLVM_ALL_TARGETS. I wonder if we should change it before https://reviews.llvm.org/D32991.
Please review my patch, thanks a lot!
Regards,
Leslie Zhai
Repository:
rL LLVM
https://reviews.llvm.org/D33348
Files:
CMakeLists.txt
Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt
+++ CMakeLists.txt
@@ -307,6 +307,7 @@
AArch64
AMDGPU
ARM
+ AVR
BPF
Hexagon
Lanai
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33348.99528.patch
Type: text/x-patch
Size: 210 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170519/7e5a353b/attachment.bin>
More information about the llvm-commits
mailing list