summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorDylan McKay <me@dylanmckay.io>2017-04-18 23:53:10 +0000
committerDylan McKay <me@dylanmckay.io>2017-04-18 23:53:10 +0000
commiteb24b850c5c994e8ec86dd920ef1c4a3e636d8ed (patch)
tree82ea957e9408a2122aa59d077297e0fbd76218f4 /llvm
parentcdd26794a9516b4a4f90e46414da3754cbcf78af (diff)
downloadbcm5719-llvm-eb24b850c5c994e8ec86dd920ef1c4a3e636d8ed.tar.gz
bcm5719-llvm-eb24b850c5c994e8ec86dd920ef1c4a3e636d8ed.zip
[AVR] Fix the build
'PointerSize' was renamed to 'CodePointerSize'. llvm-svn: 300629
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Target/AVR/MCTargetDesc/AVRMCAsmInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/AVR/MCTargetDesc/AVRMCAsmInfo.cpp b/llvm/lib/Target/AVR/MCTargetDesc/AVRMCAsmInfo.cpp
index 346a13a0643..3762108e685 100644
--- a/llvm/lib/Target/AVR/MCTargetDesc/AVRMCAsmInfo.cpp
+++ b/llvm/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";
OpenPOWER on IntegriCloud