aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/LiveDebugValues.cpp
diff options
context:
space:
mode:
authorGeorge Burgess IV <george.burgess.iv@gmail.com>2017-01-28 04:16:32 +0000
committerGeorge Burgess IV <george.burgess.iv@gmail.com>2017-01-28 04:16:32 +0000
commit2b85475c91e80786748c36083e815e8081fd5b21 (patch)
treedda10f3b9ee506d310e176015adf485cfabcd88a /llvm/lib/CodeGen/LiveDebugValues.cpp
parent3de487b2e80851fe0fb3ec2af64da062e71c1baa (diff)
downloadllvm-2b85475c91e80786748c36083e815e8081fd5b21.zip
llvm-2b85475c91e80786748c36083e815e8081fd5b21.tar.gz
llvm-2b85475c91e80786748c36083e815e8081fd5b21.tar.bz2
Attempt to unbreak buildbots.
r293360 broke some ARM bots, because size_t on those targets is apparently `unsigned int`, not `unsigned long`. `sizeof(whatever)` should to give us a `size_t`, so we can just use the type of that instead. llvm-svn: 293369
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugValues.cpp')
0 files changed, 0 insertions, 0 deletions