aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PIC16/PIC16TargetAsmInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/PIC16/PIC16TargetAsmInfo.h')
-rw-r--r--lib/Target/PIC16/PIC16TargetAsmInfo.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/Target/PIC16/PIC16TargetAsmInfo.h b/lib/Target/PIC16/PIC16TargetAsmInfo.h
index 1401bab..680c8e7 100644
--- a/lib/Target/PIC16/PIC16TargetAsmInfo.h
+++ b/lib/Target/PIC16/PIC16TargetAsmInfo.h
@@ -23,6 +23,17 @@ namespace llvm {
struct PIC16TargetAsmInfo : public TargetAsmInfo {
PIC16TargetAsmInfo(const PIC16TargetMachine &TM);
+ const char *UDataSectionStartSuffix;
+ const char *RomDataSectionStartSuffix;
+ public :
+ const char *getUDataSectionStartSuffix() const {
+ return UDataSectionStartSuffix;
+ }
+ const char *getRomDataSectionStartSuffix() const {
+ return RomDataSectionStartSuffix;
+ }
+
+
};
} // namespace llvm