<div dir="ltr">Folks,<div><br></div><div>As of this commit:</div><div><br></div><div><a href="http://llvm.org/viewvc/llvm-project?revision=200388&amp;view=revision">http://llvm.org/viewvc/llvm-project?revision=200388&amp;view=revision</a><br>
</div><div><br></div><div>The EHABI is enabled by default, so all landing pads, clean ups, and unwind tables will be generated by default when choosing ARM.</div><div><br></div><div>I don&#39;t believe this should concern you guys too much, but we had a buildbot on Android that failed because it was still forcing the option -arm-enable-ehabi, which is not deprecated.</div>
<div><br></div><div>If you see any problems, please use the -arm-disable-ehabi, which should revert back to the original behaviour, and report it on bugzilla.</div><div><br></div><div>The option -arm-enable-ehabi-descriptors (needed to emit the unwind tables) was now removed and the tables are produces by default, unless -arm-disable-ehabi is selected.</div>
<div><br></div><div>cheers,</div><div>--renato</div></div>