diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2018-12-12 17:05:20 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2018-12-12 17:05:20 +0000 |
commit | d4f7d6a7a1ba16287a6a18422b8921534d846d18 (patch) | |
tree | 6154e1f464b7ed7bd66f5423249e2273b440a0bc /llvm/lib/Analysis/IndirectCallPromotionAnalysis.cpp | |
parent | 147b743602e480845d9ae10ccd35977070614e5a (diff) | |
download | bcm5719-llvm-d4f7d6a7a1ba16287a6a18422b8921534d846d18.tar.gz bcm5719-llvm-d4f7d6a7a1ba16287a6a18422b8921534d846d18.zip |
Basic: make `int_least64_t` and `int_fast64_t` match on Darwin
The Darwin targets use `int64_t` and `uint64_t` to define the `int_least64_t`
and `int_fast64_t` types. The underlying type is actually a `long long`. Match
the types to allow the printf specifiers to work properly and have the compiler
vended macros match the implementation on the target.
llvm-svn: 348939
Diffstat (limited to 'llvm/lib/Analysis/IndirectCallPromotionAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions