OSDN Git Service

add a bool for whether .lcomm takes an alignment instead of basing this on "isdarwin".
authorChris Lattner <sabre@nondot.org>
Tue, 19 Jan 2010 04:48:20 +0000 (04:48 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 19 Jan 2010 04:48:20 +0000 (04:48 +0000)
commit7517b249caa793a9a01e4b6aff9c47fd88a153cc
treec47754566cceb82f78370f52b59afa1a438e8cf2
parent48d64ba9d846229339b2431b298620cb8a01ffc5
add a bool for whether .lcomm takes an alignment instead of basing this on "isdarwin".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93852 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCAsmInfo.h
lib/MC/MCAsmInfo.cpp
lib/MC/MCAsmInfoDarwin.cpp
lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp
lib/Target/X86/AsmPrinter/X86AsmPrinter.cpp