We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e3f0c3 commit 490441cCopy full SHA for 490441c
libcxx/utils/libcxx/test/features.py
@@ -280,6 +280,7 @@ def _getAndroidDeviceApi(cfg):
280
# This is not allowed per C11 7.1.2 Standard headers/6
281
# Any declaration of a library function shall have external linkage.
282
when=lambda cfg: "__ANDROID__" in compilerMacros(cfg)
283
+ or "__FreeBSD__" in compilerMacros(cfg)
284
or "_WIN32" in compilerMacros(cfg)
285
or platform.system().lower().startswith("aix")
286
# Avoid building on platforms that don't support modules properly.
0 commit comments