1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

[libc++] Rename include/support to include/__support

We do ship those headers, so the directory name should not be something
that can potentially conflict with user-defined directories.

Differential Revision: https://reviews.llvm.org/D95956
This commit is contained in:
Louis Dionne 2021-02-02 16:58:38 -05:00
parent a18c56e6ee
commit 85de81a5d4

View File

@ -218,25 +218,25 @@ copy("include") {
"string.h",
"string_view",
"strstream",
"support/android/locale_bionic.h",
"support/fuchsia/xlocale.h",
"support/ibm/limits.h",
"support/ibm/locale_mgmt_aix.h",
"support/ibm/nanosleep.h",
"support/ibm/support.h",
"support/ibm/xlocale.h",
"support/musl/xlocale.h",
"support/newlib/xlocale.h",
"support/nuttx/xlocale.h",
"support/openbsd/xlocale.h",
"support/solaris/floatingpoint.h",
"support/solaris/wchar.h",
"support/solaris/xlocale.h",
"support/win32/limits_msvc_win32.h",
"support/win32/locale_win32.h",
"support/xlocale/__nop_locale_mgmt.h",
"support/xlocale/__posix_l_fallback.h",
"support/xlocale/__strtonum_fallback.h",
"__support/android/locale_bionic.h",
"__support/fuchsia/xlocale.h",
"__support/ibm/limits.h",
"__support/ibm/locale_mgmt_aix.h",
"__support/ibm/nanosleep.h",
"__support/ibm/support.h",
"__support/ibm/xlocale.h",
"__support/musl/xlocale.h",
"__support/newlib/xlocale.h",
"__support/nuttx/xlocale.h",
"__support/openbsd/xlocale.h",
"__support/solaris/floatingpoint.h",
"__support/solaris/wchar.h",
"__support/solaris/xlocale.h",
"__support/win32/limits_msvc_win32.h",
"__support/win32/locale_win32.h",
"__support/xlocale/__nop_locale_mgmt.h",
"__support/xlocale/__posix_l_fallback.h",
"__support/xlocale/__strtonum_fallback.h",
"system_error",
"tgmath.h",
"thread",