[libc-commits] [libc] 7a1e4f1 - [libc][Obvious] Add the new header file PlatformDefs.h to the fputil target.

Siva Chandra Reddy via libc-commits libc-commits at lists.llvm.org
Fri Jun 18 00:37:47 PDT 2021


Author: Siva Chandra Reddy
Date: 2021-06-18T07:37:06Z
New Revision: 7a1e4f18468d0f25407b6ea9f7986cf2a4620f54

URL: https://github.com/llvm/llvm-project/commit/7a1e4f18468d0f25407b6ea9f7986cf2a4620f54
DIFF: https://github.com/llvm/llvm-project/commit/7a1e4f18468d0f25407b6ea9f7986cf2a4620f54.diff

LOG: [libc][Obvious] Add the new header file PlatformDefs.h to the fputil  target.

Added: 
    

Modified: 
    libc/utils/FPUtil/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/libc/utils/FPUtil/CMakeLists.txt b/libc/utils/FPUtil/CMakeLists.txt
index 75fa89d36b1d..b1cbb3a14ea0 100644
--- a/libc/utils/FPUtil/CMakeLists.txt
+++ b/libc/utils/FPUtil/CMakeLists.txt
@@ -27,6 +27,7 @@ add_header_library(
     ManipulationFunctions.h
     NearestIntegerOperations.h
     NormalFloat.h
+    PlatformDefs.h
     PolyEval.h
   DEPENDS
     libc.include.math


        


More information about the libc-commits mailing list