Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

Remove transitive includes in libcpp #660

Merged
merged 1 commit into from
Jan 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions build/secondary/third_party/libcxx/config/__config_site
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
/* #undef _LIBCPP_HAS_NO_RANDOM_DEVICE */
/* #undef _LIBCPP_HAS_NO_LOCALIZATION */

#define _LIBCPP_REMOVE_TRANSITIVE_INCLUDES

// This is a workaround for BoringSSL, which is compiled in C11 mode
// and includes stdatomic.h. Defining this macro will cause stdatomic.h
// to redirect to the next version of that header in the include path.
Expand Down