<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi,<div class=""><br class=""></div><div class="">The build log show this error:</div><div class=""><pre style="font-family: 'Courier New', courier, monotype, monospace;" class=""><span class="stderr" style="color: red;">/Users/buildslave/as-bldslv9/lld-x86_64-darwin13/llvm.src/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp:92:11: error: enumeration values 'KalimbaSubArch_v3', 'KalimbaSubArch_v4', and 'KalimbaSubArch_v5' not handled in switch [-Werror,-Wswitch]
  switch (triple.getSubArch()) {</span></pre></div><div class="">This is a warning turned into an error by -Werror. LLVM’s code should be warning free.</div><div class="">You indeed added these entries to the enum and they seem not to be handled in ARMMCTargetDesc.cpp. If you don’t know how to add these to ParseARMTriple(), I’d suggest you revert your change until someone with ARM MC knowledge helps you out. </div><div class=""><br class=""></div><div class="">Fred</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 05 Sep 2014, at 09:43, Matthew Gardiner <<a href="mailto:mg11@csr.com" class="">mg11@csr.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class="">I'm working on lldb.<br class=""><br class="">I've just submitted a very small change (r217229) to Triple.h/.cpp. Soon after I get a mail<br class=""><br class="">subject: buildbot failure in LLVM on lld-x86_64-darwin13<br class="">Details:<br class=""><a href="http://lab.llvm.org:8011/builders/lld-x86_64-darwin13/builds/2571" class="">http://lab.llvm.org:8011/builders/lld-x86_64-darwin13/builds/2571</a><br class="">Blamelist: mg11<br class=""><br class="">My small change certainly did not cause lldb's build to fail on my machine. I looked into the build-log:<br class=""><br class="">http://lab.llvm.org:8011/builders/lld-x86_64-darwin13/builds/2571/steps/build_Lld/logs/stdio<br class=""><br class="">It wasn't obvious how my change resulted in failure.<br class=""><br class="">When I tried to replicate the build of the last 2 targets listed in the log, I did see this, on my machine:<br class=""><br class="">$ ninja LLVMCodeGen<br class="">[15/15] Linking CXX shared library lib/libLLVMCodeGen.so<br class=""><br class="">$ ninja LLVMMipsCodeGen<br class="">ninja: error: unknown target 'LLVMMipsCodeGen'<br class=""><br class="">Can anyone help?<br class=""><br class="">thanks<br class="">Matt<br class=""><br class=""><br class=""><br class="">Member of the CSR plc group of companies. CSR plc registered in England and Wales, registered number 4187346, registered office Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, United Kingdom<br class="">More information can be found at www.csr.com. Keep up to date with CSR on our technical blog, www.csr.com/blog, CSR people blog, www.csr.com/people, YouTube, www.youtube.com/user/CSRplc, Facebook, www.facebook.com/pages/CSR/191038434253534, or follow us on Twitter at www.twitter.com/CSR_plc.<br class="">New for 2014, you can now access the wide range of products powered by aptX at www.aptx.com.<br class="">_______________________________________________<br class="">LLVM Developers mailing list<br class="">LLVMdev@cs.uiuc.edu         http://llvm.cs.uiuc.edu<br class="">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev<br class=""></div></blockquote></div><br class=""></div></body></html>