From: Jim Grosbach Date: Mon, 25 Jan 2010 04:59:07 +0000 (+0000) Subject: ARM does accept the .comm directive alignment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=546ae6ec7793470cfb176d8e9c518bd14340d8d8;p=oota-llvm.git ARM does accept the .comm directive alignment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94408 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMMCAsmInfo.cpp b/lib/Target/ARM/ARMMCAsmInfo.cpp index 6c7f752cfd2..86693b67e39 100644 --- a/lib/Target/ARM/ARMMCAsmInfo.cpp +++ b/lib/Target/ARM/ARMMCAsmInfo.cpp @@ -44,7 +44,6 @@ ARMMCAsmInfoDarwin::ARMMCAsmInfoDarwin() { AsmTransCBE = arm_asm_table; Data64bitsDirective = 0; CommentString = "@"; - COMMDirectiveTakesAlignment = false; SupportsDebugInformation = true; // Exceptions handling