aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PIC16/PIC16TargetAsmInfo.cpp
diff options
context:
space:
mode:
authorSanjiv Gupta <sanjiv.gupta@microchip.com>2009-05-28 18:24:11 +0000
committerSanjiv Gupta <sanjiv.gupta@microchip.com>2009-05-28 18:24:11 +0000
commit14eba04150d2b83c2022bbbb0c04033c3f9a694d (patch)
tree43c00ef41f397f20fd567b004ed7d7cb5d9ed251 /lib/Target/PIC16/PIC16TargetAsmInfo.cpp
parent724bd8f55345d8c58beba7b98472258ce945cf79 (diff)
downloadexternal_llvm-14eba04150d2b83c2022bbbb0c04033c3f9a694d.zip
external_llvm-14eba04150d2b83c2022bbbb0c04033c3f9a694d.tar.gz
external_llvm-14eba04150d2b83c2022bbbb0c04033c3f9a694d.tar.bz2
Emit debug info for locals with proper scope.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72531 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PIC16/PIC16TargetAsmInfo.cpp')
-rw-r--r--lib/Target/PIC16/PIC16TargetAsmInfo.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/PIC16/PIC16TargetAsmInfo.cpp b/lib/Target/PIC16/PIC16TargetAsmInfo.cpp
index 9d7592a..d2657f0 100644
--- a/lib/Target/PIC16/PIC16TargetAsmInfo.cpp
+++ b/lib/Target/PIC16/PIC16TargetAsmInfo.cpp
@@ -47,6 +47,9 @@ PIC16TargetAsmInfo(const PIC16TargetMachine &TM)
ROSection = new PIC16Section(getReadOnlySection());
ExternalVarDecls = new PIC16Section(getNamedSection("ExternalVarDecls"));
ExternalVarDefs = new PIC16Section(getNamedSection("ExternalVarDefs"));
+ // Set it to false because we weed to generate c file name and not bc file
+ // name.
+ HasSingleParameterDotFile = false;
}
const char *PIC16TargetAsmInfo::getRomDirective(unsigned size) const