diff options
Diffstat (limited to 'llvm/lib/Target/PIC16/PIC16.h')
-rw-r--r-- | llvm/lib/Target/PIC16/PIC16.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16.h b/llvm/lib/Target/PIC16/PIC16.h index 29f90792308..073eb47f64d 100644 --- a/llvm/lib/Target/PIC16/PIC16.h +++ b/llvm/lib/Target/PIC16/PIC16.h @@ -44,6 +44,7 @@ namespace PIC16CC { UGE }; } + // External symbol names require memory to live till the program end. // So we have to allocate it and keep. inline static const char *createESName (const std::string &name) { |