X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FMC%2FMCAsmInfoDarwin.cpp;h=a0e3ebad5e2bd47266bb9f67ec4d67cdf279ecf6;hb=d6f0c34273dd3536102f2d643403252468dfc4a3;hp=4c4f5edc83e3639813e7b2ea4b8e3009bde39763;hpb=2241e51406f7bae369d6103cf3464e70f74c4af9;p=oota-llvm.git diff --git a/lib/MC/MCAsmInfoDarwin.cpp b/lib/MC/MCAsmInfoDarwin.cpp index 4c4f5edc83e..a0e3ebad5e2 100644 --- a/lib/MC/MCAsmInfoDarwin.cpp +++ b/lib/MC/MCAsmInfoDarwin.cpp @@ -32,6 +32,7 @@ MCAsmInfoDarwin::MCAsmInfoDarwin() { AlignmentIsInBytes = false; COMMDirectiveAlignmentIsInBytes = false; + LCOMMDirectiveAlignmentType = LCOMM::Log2Alignment; InlineAsmStart = " InlineAsm Start"; InlineAsmEnd = " InlineAsm End"; @@ -60,5 +61,4 @@ MCAsmInfoDarwin::MCAsmInfoDarwin() { HasSymbolResolver = true; DwarfUsesRelocationsAcrossSections = false; - DwarfUsesRelocationsForStringPool = false; }