Make the Dwarf macro information section optional; CellSPU's assembler
authorScott Michel <scottm@aero.org>
Mon, 26 Jan 2009 22:32:51 +0000 (22:32 +0000)
committerScott Michel <scottm@aero.org>
Mon, 26 Jan 2009 22:32:51 +0000 (22:32 +0000)
commit210de72cd7b139378f48dafbdac3d3379dd93c56
tree9e6ad9f93a75de3661f2c7c48231c338b895c1ad
parent92f4f16a19c8d5edafad700a22e76eb2f22b4b31
Make the Dwarf macro information section optional; CellSPU's assembler
doesn't support it. The default is set to 'true', so this should not
impact any other target backends.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63058 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetAsmInfo.h
lib/CodeGen/AsmPrinter/DwarfWriter.cpp
lib/Target/TargetAsmInfo.cpp