[all-commits] [llvm/llvm-project] 8422cc: Use literal 0x7fffffff instead of macro INT_MAX
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Wed May 28 07:59:26 PDT 2025
Branch: refs/heads/users/kparzysz/spr/t07-alias-spellings
Home: https://github.com/llvm/llvm-project
Commit: 8422cce8867256ee038e0add9427daceb2bcc56e
https://github.com/llvm/llvm-project/commit/8422cce8867256ee038e0add9427daceb2bcc56e
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2025-05-28 (Wed, 28 May 2025)
Changed paths:
M llvm/include/llvm/TableGen/DirectiveEmitter.h
Log Message:
-----------
Use literal 0x7fffffff instead of macro INT_MAX
The macro can expand to different strings depending on the compiler,
i.e. 0x7fffffff or 2147483647.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list