[all-commits] [llvm/llvm-project] 51835d: [MSVC] fix the build (#69634)
nicole mazzuca via All-commits
all-commits at lists.llvm.org
Fri Oct 20 14:43:32 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 51835dfadb36f8d904ee6ef3e88acb8bd1ac67cd
https://github.com/llvm/llvm-project/commit/51835dfadb36f8d904ee6ef3e88acb8bd1ac67cd
Author: nicole mazzuca <nicole at strega-nil.co>
Date: 2023-10-20 (Fri, 20 Oct 2023)
Changed paths:
M compiler-rt/lib/builtins/int_to_fp.h
M compiler-rt/lib/builtins/int_to_fp_impl.inc
Log Message:
-----------
[MSVC] fix the build (#69634)
MSVC in C mode apparently doesn't consider `const int` to be
sufficiently constant expression
This was broken in #66903.
More information about the All-commits
mailing list