[PATCH] D83761: Fix broken HUGE_VALF macro in llvm-c/DataTypes.h

Raphael Isemann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 3 00:50:59 PDT 2020


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG9124fa592098: Fix broken HUGE_VALF macro in llvm-c/DataTypes.h (authored by teemperor).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83761/new/

https://reviews.llvm.org/D83761

Files:
  llvm/include/llvm-c/DataTypes.h


Index: llvm/include/llvm-c/DataTypes.h
===================================================================
--- llvm/include/llvm-c/DataTypes.h
+++ llvm/include/llvm-c/DataTypes.h
@@ -77,8 +77,4 @@
 # define UINT64_MAX 0xffffffffffffffffULL
 #endif
 
-#ifndef HUGE_VALF
-#define HUGE_VALF (float)HUGE_VAL
-#endif
-
 #endif /* LLVM_C_DATATYPES_H */


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83761.289650.patch
Type: text/x-patch
Size: 347 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200903/e6e26b81/attachment.bin>


More information about the llvm-commits mailing list