[llvm] 30dae38 - Fix LLP64 detection in SwapByteOrder.h

Joerg Sonnenberger via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 26 13:53:42 PST 2020


On Wed, Feb 26, 2020 at 10:59:52AM -0800, Reid Kleckner via llvm-commits wrote:
> 
> Author: Reid Kleckner
> Date: 2020-02-26T10:59:45-08:00
> New Revision: 30dae38349cbe293bee0705b313dc747e53afd49
> 
> URL: https://github.com/llvm/llvm-project/commit/30dae38349cbe293bee0705b313dc747e53afd49
> DIFF: https://github.com/llvm/llvm-project/commit/30dae38349cbe293bee0705b313dc747e53afd49.diff
> 
> LOG: Fix LLP64 detection in SwapByteOrder.h

Why not include limits.h instead and just use the regular size macros?

Joerg


More information about the llvm-commits mailing list