[llvm] 33081d2 - Try to fix buildbot failure
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 4 10:12:53 PST 2020
Author: Matt Arsenault
Date: 2020-02-04T13:12:46-05:00
New Revision: 33081d2361def1c7cc186fd8e67b20f6f5f39025
URL: https://github.com/llvm/llvm-project/commit/33081d2361def1c7cc186fd8e67b20f6f5f39025
DIFF: https://github.com/llvm/llvm-project/commit/33081d2361def1c7cc186fd8e67b20f6f5f39025.diff
LOG: Try to fix buildbot failure
Added:
Modified:
llvm/include/llvm/ADT/FloatingPointMode.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/ADT/FloatingPointMode.h b/llvm/include/llvm/ADT/FloatingPointMode.h
index 4120c354b7d9..dcac3dbca1d3 100644
--- a/llvm/include/llvm/ADT/FloatingPointMode.h
+++ b/llvm/include/llvm/ADT/FloatingPointMode.h
@@ -23,7 +23,7 @@ namespace llvm {
struct DenormalMode {
/// Represent handled modes for denormal (aka subnormal) modes in the floating
/// point environment.
- enum DenormalModeKind : char {
+ enum DenormalModeKind : int8_t {
Invalid = -1,
/// IEEE-754 denormal numbers preserved.
More information about the llvm-commits
mailing list