[PATCH] D48864: [libc++] Install the missing header __errc

Zhihao Yuan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 2 21:06:30 PDT 2018


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rCXX336165: [libc++] Install the missing header __errc (authored by lichray, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D48864?vs=153853&id=153854#toc

Repository:
  rCXX libc++

https://reviews.llvm.org/D48864

Files:
  include/CMakeLists.txt


Index: include/CMakeLists.txt
===================================================================
--- include/CMakeLists.txt
+++ include/CMakeLists.txt
@@ -2,6 +2,7 @@
   __bit_reference
   __bsd_locale_defaults.h
   __bsd_locale_fallbacks.h
+  __errc
   __debug
   __functional_03
   __functional_base


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48864.153854.patch
Type: text/x-patch
Size: 303 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180703/aae313f5/attachment.bin>


More information about the cfe-commits mailing list