File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -209,8 +209,8 @@ steps:
209
209
- label : FreeBSD 13 amd64
210
210
command : libcxx/utils/ci/run-buildbot generic-cxx23
211
211
env :
212
- CC : clang16
213
- CXX : clang++16
212
+ CC : clang17
213
+ CXX : clang++17
214
214
agents :
215
215
queue : libcxx-builders
216
216
os : freebsd
Original file line number Diff line number Diff line change @@ -280,6 +280,7 @@ def _getAndroidDeviceApi(cfg):
280
280
# This is not allowed per C11 7.1.2 Standard headers/6
281
281
# Any declaration of a library function shall have external linkage.
282
282
when = lambda cfg : "__ANDROID__" in compilerMacros (cfg )
283
+ or "__FreeBSD__" in compilerMacros (cfg )
283
284
or "_WIN32" in compilerMacros (cfg )
284
285
or platform .system ().lower ().startswith ("aix" )
285
286
# Avoid building on platforms that don't support modules properly.
You can’t perform that action at this time.
0 commit comments