<div dir="ltr"><div dir="ltr"><div dir="ltr"><div>The DWARF debug info unit tests in llvm/unittests/DebugInfo/DWARF/ forms a generator based on the host triple. This is problematic for cross-compile configurations where LLVM does not fully support code generation for the host platform.</div><div><br></div><div dir="ltr">I have found no rationale for why the host triple was chosen (ref: <a href="https://reviews.llvm.org/D27326?id=80002#inline-236026">https://reviews.llvm.org/D27326?id=80002#inline-236026</a>).<br></div><div dir="ltr"><br></div><div>I would imagine that it is more useful to test for the default target rather than the host.<br></div><div><br></div><div>-- HT<br></div></div></div></div>