diff options
author | Jim Grosbach <grosbach@apple.com> | 2010-01-25 04:59:07 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2010-01-25 04:59:07 +0000 |
commit | fa9ae6739a13767e89f57270388345a913fc74f9 (patch) | |
tree | 637d3581033485236471bed6ec33796bfbc2abc9 /llvm/lib/Target/ARM/ARMMCAsmInfo.cpp | |
parent | 0a4546b6fc73ab1362cad364604733b9c2e33f37 (diff) | |
download | bcm5719-llvm-fa9ae6739a13767e89f57270388345a913fc74f9.tar.gz bcm5719-llvm-fa9ae6739a13767e89f57270388345a913fc74f9.zip |
ARM does accept the .comm directive alignment.
llvm-svn: 94408
Diffstat (limited to 'llvm/lib/Target/ARM/ARMMCAsmInfo.cpp')
-rw-r--r-- | llvm/lib/Target/ARM/ARMMCAsmInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMMCAsmInfo.cpp b/llvm/lib/Target/ARM/ARMMCAsmInfo.cpp index 6c7f752cfd2..86693b67e39 100644 --- a/llvm/lib/Target/ARM/ARMMCAsmInfo.cpp +++ b/llvm/lib/Target/ARM/ARMMCAsmInfo.cpp @@ -44,7 +44,6 @@ ARMMCAsmInfoDarwin::ARMMCAsmInfoDarwin() { AsmTransCBE = arm_asm_table; Data64bitsDirective = 0; CommentString = "@"; - COMMDirectiveTakesAlignment = false; SupportsDebugInformation = true; // Exceptions handling |