[PATCH] D16549: [MC] Use .p2align instead of .align
David Majnemer via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 25 12:49:40 PST 2016
majnemer accepted this revision.
majnemer added a reviewer: majnemer.
majnemer added a comment.
This revision is now accepted and ready to land.
This LGTM.
The only GAS configuration which doesn't support `.p2align` is Texas Instruments TMS320C54X. We do not support it so we could cross that bridge when we get there.
Repository:
rL LLVM
http://reviews.llvm.org/D16549
More information about the llvm-commits
mailing list