From 546ae6ec7793470cfb176d8e9c518bd14340d8d8 Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Mon, 25 Jan 2010 04:59:07 +0000 Subject: [PATCH] ARM does accept the .comm directive alignment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94408 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/ARM/ARMMCAsmInfo.cpp | 1 - 1 file changed, 1 deletion(-) 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