<div>Hello,</div>
<div> </div>
<div>I built a llvm toolchain for ARM and I'm trying to build a simple application on ARM using LLVM. When I compiled the code, it has the following message and the binary code has a segmentation fault when it is executed.</div>

<div> </div>
<div>/tmp/ccJPjMe4.s: Assembler messages:<br>/tmp/ccJPjMe4.s:4250: rdhi, rdlo and rm must all be different<br>/tmp/ccJPjMe4.s:4589: rdhi, rdlo and rm must all be different<br>/tmp/ccJPjMe4.s:4694: rdhi, rdlo and rm must all be different<br>
/tmp/ccJPjMe4.s:4899: rdhi, rdlo and rm must all be different<br>/tmp/ccJPjMe4.s:4915: rdhi, rdlo and rm must all be different</div>
<div> </div>
<div>Any idea?</div>
<div> </div>
<div>Regards,</div>
<div>Won</div>
<div> </div>