llvm-6502/lib/MC
Benjamin Kramer 36a16015ac Don't drop alignment info on local common symbols.
- On COFF the .lcomm directive has an alignment argument.
- On ELF we fall back to .local + .comm

Based on a patch by NAKAMURA Takumi.

Fixes PR9337, PR9483 and PR10128.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138976 91177308-0d34-0410-b5e6-96231b3b80d8
2011-09-01 23:04:27 +00:00
..
MCDisassembler Fix apparent build error caused by r138948 on certain versions of GCC with -Werror. Sorry for the inconvenience. 2011-09-01 22:01:14 +00:00
MCParser Fix AsmParser binary precedence for shift operators. 2011-08-20 16:24:13 +00:00
CMakeLists.txt
ELFObjectWriter.cpp
ELFObjectWriter.h
MachObjectWriter.cpp
Makefile
MCAsmBackend.cpp
MCAsmInfo.cpp Don't drop alignment info on local common symbols. 2011-09-01 23:04:27 +00:00
MCAsmInfoCOFF.cpp Don't drop alignment info on local common symbols. 2011-09-01 23:04:27 +00:00
MCAsmInfoDarwin.cpp
MCAsmStreamer.cpp Don't drop alignment info on local common symbols. 2011-09-01 23:04:27 +00:00
MCAssembler.cpp Move TargetRegistry and TargetSelect from Target to Support where they belong. 2011-08-24 18:08:43 +00:00
MCCodeEmitter.cpp
MCCodeGenInfo.cpp
MCContext.cpp
MCDisassembler.cpp
MCDwarf.cpp Some autoconf tests use module level inline asm to test compiler's handling of 2011-08-24 22:31:37 +00:00
MCELF.cpp
MCELF.h Make all static functions become static class methods. Move shared (duplicated) functions to new MCELF class. 2011-02-28 21:45:04 +00:00
MCELFObjectTargetWriter.cpp
MCELFStreamer.cpp Don't drop alignment info on local common symbols. 2011-09-01 23:04:27 +00:00
MCELFStreamer.h Don't drop alignment info on local common symbols. 2011-09-01 23:04:27 +00:00
MCExpr.cpp
MCInst.cpp
MCInstPrinter.cpp
MCInstrAnalysis.cpp
MCLabel.cpp
MCLoggingStreamer.cpp Don't drop alignment info on local common symbols. 2011-09-01 23:04:27 +00:00
MCMachObjectTargetWriter.cpp
MCMachOStreamer.cpp Don't drop alignment info on local common symbols. 2011-09-01 23:04:27 +00:00
MCNullStreamer.cpp Don't drop alignment info on local common symbols. 2011-09-01 23:04:27 +00:00
MCObjectFileInfo.cpp Fix grammar, noticed by Duncan. 2011-08-29 21:03:12 +00:00
MCObjectStreamer.cpp
MCObjectWriter.cpp
MCPureStreamer.cpp Don't drop alignment info on local common symbols. 2011-09-01 23:04:27 +00:00
MCSection.cpp
MCSectionCOFF.cpp
MCSectionELF.cpp
MCSectionMachO.cpp
MCStreamer.cpp Initialize member variable. 2011-08-25 04:04:18 +00:00
MCSubtargetInfo.cpp
MCSymbol.cpp
MCTargetAsmLexer.cpp
MCValue.cpp
MCWin64EH.cpp
SubtargetFeature.cpp
WinCOFFObjectWriter.cpp
WinCOFFStreamer.cpp Don't drop alignment info on local common symbols. 2011-09-01 23:04:27 +00:00