aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/XCore/XCoreTargetAsmInfo.cpp
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2009-06-19 21:54:26 +0000
committerDevang Patel <dpatel@apple.com>2009-06-19 21:54:26 +0000
commit1a45484151060a9c0190e5d1674709eab72cbd14 (patch)
tree6cdae6080a19a3b234ff1e5d5442d18f16ce2dad /lib/Target/XCore/XCoreTargetAsmInfo.cpp
parentd9206bb1b7cdbd74ee770bfc1e8b8773eee306a6 (diff)
downloadexternal_llvm-1a45484151060a9c0190e5d1674709eab72cbd14.zip
external_llvm-1a45484151060a9c0190e5d1674709eab72cbd14.tar.gz
external_llvm-1a45484151060a9c0190e5d1674709eab72cbd14.tar.bz2
Move up dwarf writer initialization in common AsmPrinter class.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73784 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/XCore/XCoreTargetAsmInfo.cpp')
-rw-r--r--lib/Target/XCore/XCoreTargetAsmInfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/XCore/XCoreTargetAsmInfo.cpp b/lib/Target/XCore/XCoreTargetAsmInfo.cpp
index fe985d2..59ad624 100644
--- a/lib/Target/XCore/XCoreTargetAsmInfo.cpp
+++ b/lib/Target/XCore/XCoreTargetAsmInfo.cpp
@@ -24,6 +24,7 @@ using namespace llvm;
XCoreTargetAsmInfo::XCoreTargetAsmInfo(const XCoreTargetMachine &TM)
: ELFTargetAsmInfo(TM),
Subtarget(TM.getSubtargetImpl()) {
+ SupportsDebugInformation = true;
TextSection = getUnnamedSection("\t.text", SectionFlags::Code);
DataSection = getNamedSection("\t.dp.data", SectionFlags::Writeable |
SectionFlags::Small);