[all-commits] [llvm/llvm-project] 6db246: [Flang][Runtime] Fix implicit conversion warning w...
serge-sans-paille via All-commits
all-commits at lists.llvm.org
Sun Jul 21 11:58:17 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6db2465ce74141f378a290cfa3b56eb69dc379cb
https://github.com/llvm/llvm-project/commit/6db2465ce74141f378a290cfa3b56eb69dc379cb
Author: serge-sans-paille <serge.guelton at telecom-bretagne.eu>
Date: 2024-07-21 (Sun, 21 Jul 2024)
Changed paths:
M flang/runtime/derived.cpp
Log Message:
-----------
[Flang][Runtime] Fix implicit conversion warning when targeting 32bit… (#99465)
… architecture
On 32 bit systems, TypeParameterValue is 64bit wide while CFI_index_t is
32bit wide.
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