diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-08-08 20:23:47 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-08-08 20:23:47 +0000 |
| commit | 36d04ec972c16a59fc7f277f74815d8a6bd51e56 (patch) | |
| tree | f4f89ca6bdc56835e3562cba234f7521ddde7eea /llvm/lib/Target/PIC16/PIC16TargetObjectFile.h | |
| parent | ce7d14032bcf15e616df5310daf551d557c7d788 (diff) | |
| download | bcm5719-llvm-36d04ec972c16a59fc7f277f74815d8a6bd51e56.tar.gz bcm5719-llvm-36d04ec972c16a59fc7f277f74815d8a6bd51e56.zip | |
give pic16 a target-specific section creation name too
llvm-svn: 78496
Diffstat (limited to 'llvm/lib/Target/PIC16/PIC16TargetObjectFile.h')
| -rw-r--r-- | llvm/lib/Target/PIC16/PIC16TargetObjectFile.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h b/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h index b71a7050a71..d834cde306b 100644 --- a/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h +++ b/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h @@ -46,9 +46,8 @@ namespace llvm { class PIC16TargetObjectFile : public TargetLoweringObjectFile { const TargetMachine *TM; - const MCSection *getOrCreateSection(const char *Name, - bool isDirective, - SectionKind K) const; + const MCSection *getPIC16Section(const char *Name, bool isDirective, + SectionKind K) const; public: mutable std::vector<PIC16Section*> BSSSections; mutable std::vector<PIC16Section*> IDATASections; |

