Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[libc++] Remove unused _LIBCPP_HAS_NO_STD_MODULES macro from __config_site#148902

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

ldionne
Copy link
Member

Since1d6b613, that macro isn't used anywhere anymore.

…_siteSince1d6b613, that macro isn't used anywhere anymore.
@ldionneldionne requested a review froma team as acode ownerJuly 15, 2025 17:18
@llvmbotllvmbot added the libc++libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. labelJul 15, 2025
@llvmbot
Copy link
Member

@llvm/pr-subscribers-libcxx

Author: Louis Dionne (ldionne)

Changes

Since1d6b613, that macro isn't used anywhere anymore.


Full diff:https://github.com/llvm/llvm-project/pull/148902.diff

2 Files Affected:

  • (modified) libcxx/include/__config_site.in (-1)
  • (modified) llvm/utils/gn/secondary/libcxx/include/BUILD.gn (-1)
diff --git a/libcxx/include/__config_site.in b/libcxx/include/__config_site.inindex fc01aaf2d8746..b68c0c8258366 100644--- a/libcxx/include/__config_site.in+++ b/libcxx/include/__config_site.in@@ -30,7 +30,6 @@ #cmakedefine01 _LIBCPP_HAS_LOCALIZATION #cmakedefine01 _LIBCPP_HAS_UNICODE #cmakedefine01 _LIBCPP_HAS_WIDE_CHARACTERS-#cmakedefine _LIBCPP_HAS_NO_STD_MODULES #cmakedefine01 _LIBCPP_HAS_TIME_ZONE_DATABASE #cmakedefine01 _LIBCPP_INSTRUMENTED_WITH_ASANdiff --git a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn b/llvm/utils/gn/secondary/libcxx/include/BUILD.gnindex 6051674a790e8..f6473c672a050 100644--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn@@ -35,7 +35,6 @@ if (current_toolchain == default_toolchain) {       "_LIBCPP_HAS_LOCALIZATION=1",       "_LIBCPP_HAS_UNICODE=1",       "_LIBCPP_HAS_WIDE_CHARACTERS=1",-      "_LIBCPP_HAS_NO_STD_MODULES=",       "_LIBCPP_HAS_TERMINAL=1",       "_LIBCPP_INSTRUMENTED_WITH_ASAN=",       "_LIBCPP_ABI_DEFINES=",

@ldionneldionne merged commit0e40695 intollvm:mainJul 18, 2025
79 checks passed
@ldionneldionne deleted the review/remove-outdated-modules-macro-from-config-site branchJuly 18, 2025 15:06
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
libc++libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@ldionne@llvmbot

[8]ページ先頭

©2009-2025 Movatter.jp