[libc-commits] [PATCH] D87687: [libc] Fix typo in platform_defs.h.inc

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


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG85763e0758fb: [libc] Fix typo in platform_defs.h.inc (authored by gchatelet).

Changed prior to commit:
  https://reviews.llvm.org/D87687?vs=291867&id=291912#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87687

Files:
  libc/config/linux/platform_defs.h.inc
  libc/config/linux/platfrom_defs.h.inc
  libc/src/__support/CMakeLists.txt


Index: libc/src/__support/CMakeLists.txt
===================================================================
--- libc/src/__support/CMakeLists.txt
+++ libc/src/__support/CMakeLists.txt
@@ -2,8 +2,8 @@
   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
 )


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87687.291912.patch
Type: text/x-patch
Size: 535 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200915/0d6600c4/attachment.bin>


More information about the libc-commits mailing list