[all-commits] [llvm/llvm-project] 78275e: [clang][Interp] Pick the right APInt constructor o...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Mon Feb 26 09:24:02 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 78275ef0a33a808d30285603585300ce57d7ef26
https://github.com/llvm/llvm-project/commit/78275ef0a33a808d30285603585300ce57d7ef26
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2024-02-26 (Mon, 26 Feb 2024)
Changed paths:
M clang/lib/AST/Interp/InterpBuiltin.cpp
Log Message:
-----------
[clang][Interp] Pick the right APInt constructor on Windows
The second parameter needs to be a uint64_t and nothing else.
This broke windows builders, see
https://github.com/llvm/llvm-project/commit/264d828ea6399c31c210b67a050fbf084634da6a
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