mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-17 09:18:23 +00:00
[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
This commit is contained in:
parent
44292db890
commit
18daf4ef22
@ -18,7 +18,7 @@
|
||||
namespace llvm {
|
||||
|
||||
AVRMCAsmInfo::AVRMCAsmInfo(const Triple &TT) {
|
||||
PointerSize = 2;
|
||||
CodePointerSize = 2;
|
||||
CalleeSaveStackSlotSize = 2;
|
||||
CommentString = ";";
|
||||
PrivateGlobalPrefix = ".L";
|
||||
|
Loading…
x
Reference in New Issue
Block a user