]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Pull in r175360 from upstream llvm trunk:
authordim <dim@FreeBSD.org>
Tue, 19 Feb 2013 17:53:32 +0000 (17:53 +0000)
committerdim <dim@FreeBSD.org>
Tue, 19 Feb 2013 17:53:32 +0000 (17:53 +0000)
commitb72d635ee90ed19d32f99bf5b95a4e18130a7641
tree77bdafb15b66e2ad2139cb3dfb25b979991a0766
parent90c71ac75a455d049dc4ec69e3dbf475e699fc81
Pull in r175360 from upstream llvm trunk:

  MCParser: Reject .balign with non-pow2 alignments.

  GNU as rejects them and there are configure scripts in the wild that
  check if the assembler rejects ".align 3" to determine whether the
  alignment is in bytes or powers of two.

MFC after: 3 days
contrib/llvm/lib/MC/MCParser/AsmParser.cpp