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. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190321/f6afb7b2/attachment.html>
Daniel Sanders via llvm-dev
2019-Mar-22 19:00 UTC
[llvm-dev] A question about "make check-all"
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>
<div dir="ltr">Thank you!<br> </div><div dir="ltr"><br> </div><div dir="ltr">The cmake does complaint AVR is experimental and suggest <br> </div><div dir="ltr">LLVM_EXPERIMENTAL_TARGETS_TO_BUILD, and I have get clang to generate AVR assembly, and the check-all have passed, without an error but with many cases skipped, so is my build OK?<br> </div><div dir="ltr"><br> </div><div dir="ltr"><br> </div><div dir="ltr">Ben Shi</div><div class="wps_quotion">在 2019年3月23日 03:00,Daniel Sanders <daniel_l_sanders@apple.com>写道:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi Ben,<div class=""><br class=""></div><div class="">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.<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Mar 21, 2019, at 03:53, Ben Shi via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org" class="">llvm-dev@lists.llvm.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div style="font-size: 14px; font-family: arial;" class=""><div class=""> Hello,</div><div class=""><br class=""></div><div class="">I have successfully build the newest llvm from git source, and I would like to do some experiments on target AVR.</div><div class=""><br class=""></div><div class="">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.</div><div class=""><br class=""></div><div class="">Thank you.</div><div class=""><br class=""></div><div class=""><br class=""></div></div>_______________________________________________<br class="">LLVM Developers mailing list<br class=""><a href="mailto:llvm-dev@lists.llvm.org" class="">llvm-dev@lists.llvm.org</a><br class="">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev<br class=""></div></blockquote></div><br class=""></div></body></html> </blockquote></div>