[libc-commits] [libc] 85763e0 - [libc] Fix typo in platform_defs.h.inc

Guillaume Chatelet via libc-commits libc-commits at lists.llvm.org
Tue Sep 15 07:25:14 PDT 2020


Author: Guillaume Chatelet
Date: 2020-09-15T14:25:01Z
New Revision: 85763e0758fbd238c81f233c6f9510e81c7de177

URL: https://github.com/llvm/llvm-project/commit/85763e0758fbd238c81f233c6f9510e81c7de177
DIFF: https://github.com/llvm/llvm-project/commit/85763e0758fbd238c81f233c6f9510e81c7de177.diff

LOG: [libc] Fix typo in platform_defs.h.inc

Differential Revision: https://reviews.llvm.org/D87687

Added: 
    libc/config/linux/platform_defs.h.inc

Modified: 
    libc/src/__support/CMakeLists.txt

Removed: 
    libc/config/linux/platfrom_defs.h.inc


################################################################################
diff  --git a/libc/config/linux/platfrom_defs.h.inc b/libc/config/linux/platform_defs.h.inc
similarity index 100%
rename from libc/config/linux/platfrom_defs.h.inc
rename to libc/config/linux/platform_defs.h.inc

diff  --git a/libc/src/__support/CMakeLists.txt b/libc/src/__support/CMakeLists.txt
index c1ee46cd62cf..e9f9579b6d0f 100644
--- a/libc/src/__support/CMakeLists.txt
+++ b/libc/src/__support/CMakeLists.txt
@@ -2,8 +2,8 @@ add_gen_header(
   common
   DEF_FILE common.h.def
   PARAMS
-    platform_defs=../../config/${LIBC_TARGET_OS}/platfrom_defs.h.inc
+    platform_defs=../../config/${LIBC_TARGET_OS}/platform_defs.h.inc
   GEN_HDR common.h
   DATA_FILES
-    ../../config/${LIBC_TARGET_OS}/platfrom_defs.h.inc
+    ../../config/${LIBC_TARGET_OS}/platform_defs.h.inc
 )


        


More information about the libc-commits mailing list