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
Loading
Please register or sign in to comment