llvm-6502/lib/MC/MCParser
Benjamin Kramer 8a89cf233d 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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175360 91177308-0d34-0410-b5e6-96231b3b80d8
2013-02-16 15:00:16 +00:00
..
AsmLexer.cpp Revert r15266. This fixes llvm.org/pr15266. 2013-02-14 16:23:08 +00:00
AsmParser.cpp MCParser: Reject .balign with non-pow2 alignments. 2013-02-16 15:00:16 +00:00
CMakeLists.txt
COFFAsmParser.cpp
DarwinAsmParser.cpp
ELFAsmParser.cpp Derive ELF section type from the name in some cases where GNU as does 2013-02-16 00:32:53 +00:00
LLVMBuild.txt
Makefile
MCAsmLexer.cpp
MCAsmParser.cpp
MCAsmParserExtension.cpp
MCTargetAsmParser.cpp