[llvm-dev] A question about "make check-all"

Daniel Sanders via llvm-dev llvm-dev at lists.llvm.org
Fri Mar 22 12:00:23 PDT 2019


Hi Ben,

I believe AVR isn't built by default (it's not in LLVM_ALL_TARGETS in CMakeLists.txt) so I believe you need to set LLVM_EXPERIMENTAL_TARGETS_TO_BUILD=AVR to include it.

> On Mar 21, 2019, at 03:53, Ben Shi via llvm-dev <llvm-dev at lists.llvm.org> wrote:
> 
>     Hello,
> 
> I have successfully build the newest llvm from git source, and I would like to do some experiments on target AVR.
> 
> Does "make check-all" cover AVR? All I need some extra steps to test AVR? I have neither AVR simulator nor real AVR board connected.
> 
> Thank you.
> 
> 
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190322/36658a27/attachment.html>


More information about the llvm-dev mailing list