[llvm-commits] [llvm] r94408 - /llvm/trunk/lib/Target/ARM/ARMMCAsmInfo.cpp

Jim Grosbach grosbach at apple.com
Sun Jan 24 20:59:13 PST 2010


Author: grosbach
Date: Sun Jan 24 22:59:07 2010
New Revision: 94408

URL: http://llvm.org/viewvc/llvm-project?rev=94408&view=rev
Log:
ARM does accept the .comm directive alignment.

Modified:
    llvm/trunk/lib/Target/ARM/ARMMCAsmInfo.cpp

Modified: llvm/trunk/lib/Target/ARM/ARMMCAsmInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMMCAsmInfo.cpp?rev=94408&r1=94407&r2=94408&view=diff

==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMMCAsmInfo.cpp (original)
+++ llvm/trunk/lib/Target/ARM/ARMMCAsmInfo.cpp Sun Jan 24 22:59:07 2010
@@ -44,7 +44,6 @@
   AsmTransCBE = arm_asm_table;
   Data64bitsDirective = 0;
   CommentString = "@";
-  COMMDirectiveTakesAlignment = false;
   SupportsDebugInformation = true;
 
   // Exceptions handling





More information about the llvm-commits mailing list