<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">It's normal for check-all to skip some of the tests. Some of them require specific targets to be compiled or require that you're building on a specific OS or with a specific cmake variable.<div class=""><br class=""></div><div class="">I don't know about AVR specifically but if check-all is passing then your build is likely to be in a reasonably good state. There's another test-suite you could use (<a href="https://llvm.org/docs/TestSuiteGuide.html" class="">https://llvm.org/docs/TestSuiteGuide.html</a>) but it will require an AVR simulator or hardware since it needs to execute the compiled programs.<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Mar 22, 2019, at 16:03, Ben Shi <<a href="mailto:powerman1st@163.com" class="">powerman1st@163.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Thank you!<br class="">
</div><div dir="ltr" class=""><br class="">
</div><div dir="ltr" class="">The cmake does complaint AVR is experimental and suggest <br class="">
</div><div dir="ltr" class="">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 class="">
</div><div dir="ltr" class=""><br class="">
</div><div dir="ltr" class=""><br class="">
</div><div dir="ltr" class="">Ben Shi</div><div class="wps_quotion">在 2019年3月23日 03:00,Daniel Sanders <<a href="mailto:daniel_l_sanders@apple.com" class="">daniel_l_sanders@apple.com</a>>写道:<br type="attribution" class=""><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><meta http-equiv="Content-Type" content="text/html; charset=us-ascii" class=""><div 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 class=""><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=""><a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" class="">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br class=""></div></blockquote></div><br class=""></div></div>
</blockquote></div></div></blockquote></div><br class=""></div></body></html>