<div dir="ltr">Hi Sid,<div><br></div><div>It seems Apple's assembler used to treat .align 0 differently:</div><div><br></div><div><a href="https://developer.apple.com/library/mac/documentation/developertools/Reference/Assembler/040-Assembler_Directives/asm_directives.html">https://developer.apple.com/library/mac/documentation/developertools/Reference/Assembler/040-Assembler_Directives/asm_directives.html</a><br>
</div><div><br></div><div>If this is still the case, than we should have an option for what to do in this case, maybe defaulting based on the triple?</div><div><br></div><div>cheers,</div><div>--renato</div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On 28 October 2013 17:53, Sid Manning <span dir="ltr"><<a href="mailto:sidneym@codeaurora.org" target="_blank">sidneym@codeaurora.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
I have several assembly files in a testsuite that use, ".align 0".  I found a reference to, ".align 0" in ARM's elf.h that says .align 0 is redundant and gas treats this as align 2.<br>
<br>
Should the llvm-mc follow this convention?<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation<br>
______________________________<u></u>_________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu" target="_blank">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/<u></u>mailman/listinfo/llvmdev</a><br>
</font></span></blockquote></div><br></div>