From: Dylan McKay Date: Tue, 18 Apr 2017 23:53:10 +0000 (+0000) Subject: [AVR] Fix the build X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18daf4ef22525de16106b741f54865e8f7c4e270;p=llvm [AVR] Fix the build 'PointerSize' was renamed to 'CodePointerSize'. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300629 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/AVR/MCTargetDesc/AVRMCAsmInfo.cpp b/lib/Target/AVR/MCTargetDesc/AVRMCAsmInfo.cpp index 346a13a0643..3762108e685 100644 --- a/lib/Target/AVR/MCTargetDesc/AVRMCAsmInfo.cpp +++ b/lib/Target/AVR/MCTargetDesc/AVRMCAsmInfo.cpp @@ -18,7 +18,7 @@ namespace llvm { AVRMCAsmInfo::AVRMCAsmInfo(const Triple &TT) { - PointerSize = 2; + CodePointerSize = 2; CalleeSaveStackSlotSize = 2; CommentString = ";"; PrivateGlobalPrefix = ".L";