merge the common darwin settings from the X86/PPC/ARM targets
authorChris Lattner <sabre@nondot.org>
Fri, 19 Jun 2009 00:08:39 +0000 (00:08 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 19 Jun 2009 00:08:39 +0000 (00:08 +0000)
commit4e0f25b603c96ce43474441e99252c5cd88c2e2e
tree04410a943b48aa29f7cce27132ef78884f541ae8
parentf4a481505eadaf661623ff801af9f4f458bcf9b0
merge the common darwin settings from the X86/PPC/ARM targets
into DarwinTargetAsmInfo.cpp.  The remaining differences should
be evaluated.  It seems strange that x86/arm has .zerofill but ppc
doesn't, etc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73742 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/DarwinTargetAsmInfo.h
include/llvm/Target/TargetAsmInfo.h
lib/Target/ARM/ARMTargetAsmInfo.cpp
lib/Target/ARM/ARMTargetAsmInfo.h
lib/Target/DarwinTargetAsmInfo.cpp
lib/Target/PowerPC/PPCTargetAsmInfo.cpp
lib/Target/TargetAsmInfo.cpp
lib/Target/X86/X86TargetAsmInfo.cpp