[PATCH] D72367: Summary: update macro for OFF_T so that sanitizer works on AARCH64.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 10 13:20:21 PST 2020


MaskRay accepted this revision.
MaskRay added a comment.

u64 is unconditionally `typedef unsigned long long u64;` so using `unsigned long long` in sanitizer_wrappers.cpp should be fine.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72367/new/

https://reviews.llvm.org/D72367





More information about the llvm-commits mailing list