[all-commits] [llvm/llvm-project] c4e9a4: [libc] Fix a constexpr violation from b4e552999de5...
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Wed Oct 25 04:37:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c4e9a4377398a22e38cafe72f2793681b55c5bb1
https://github.com/llvm/llvm-project/commit/c4e9a4377398a22e38cafe72f2793681b55c5bb1
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2023-10-25 (Wed, 25 Oct 2023)
Changed paths:
M libc/src/__support/FPUtil/except_value_utils.h
Log Message:
-----------
[libc] Fix a constexpr violation from b4e552999de518a1d006c7b84f94491beeb4092c
In msan mode this calls __msan_unpoison, which isn't constexpr.
More information about the All-commits
mailing list