[libcxx-commits] [libcxx] [libcxx][FreeBSD] Enable std module on FreeBSD (PR #206269)
via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 1 06:00:09 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libcxx
Author: aokblast
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/206269.diff
1 Files Affected:
- (modified) libcxx/utils/libcxx/test/features/misc.py (-1)
``````````diff
diff --git a/libcxx/utils/libcxx/test/features/misc.py b/libcxx/utils/libcxx/test/features/misc.py
index 92b6dc352d2e1..464d2aaaad79c 100644
--- a/libcxx/utils/libcxx/test/features/misc.py
+++ b/libcxx/utils/libcxx/test/features/misc.py
@@ -217,7 +217,6 @@ def _mingwSupportsModules(cfg):
# This is not allowed per C11 7.1.2 Standard headers/6
# Any declaration of a library function shall have external linkage.
when=lambda cfg: "__ANDROID__" in compilerMacros(cfg)
- or "__FreeBSD__" in compilerMacros(cfg)
or ("_WIN32" in compilerMacros(cfg) and not _mingwSupportsModules(cfg))
or platform.system().lower().startswith("aix")
# Avoid building on platforms that don't support modules properly.
``````````
</details>
https://github.com/llvm/llvm-project/pull/206269
More information about the libcxx-commits
mailing list