[llvm-branch-commits] [libc] 9ad2091 - [libc][Obvious] Include <fenv.h> from DummyFenv.h.
Siva Chandra Reddy via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Dec 14 08:57:46 PST 2020
Author: Siva Chandra Reddy
Date: 2020-12-14T08:51:54-08:00
New Revision: 9ad2091e78eb47e6707abbc7c83e208ea1150589
URL: https://github.com/llvm/llvm-project/commit/9ad2091e78eb47e6707abbc7c83e208ea1150589
DIFF: https://github.com/llvm/llvm-project/commit/9ad2091e78eb47e6707abbc7c83e208ea1150589.diff
LOG: [libc][Obvious] Include <fenv.h> from DummyFenv.h.
Added:
Modified:
libc/utils/FPUtil/DummyFEnv.h
Removed:
################################################################################
diff --git a/libc/utils/FPUtil/DummyFEnv.h b/libc/utils/FPUtil/DummyFEnv.h
index e303f6c2e690..4f4c2c05a231 100644
--- a/libc/utils/FPUtil/DummyFEnv.h
+++ b/libc/utils/FPUtil/DummyFEnv.h
@@ -9,6 +9,7 @@
#ifndef LLVM_LIBC_UTILS_FPUTIL_DUMMY_FENV_H
#define LLVM_LIBC_UTILS_FPUTIL_DUMMY_FENV_H
+#include <fenv.h>
#include <math.h>
namespace __llvm_libc {
More information about the llvm-branch-commits
mailing list