File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
test/std/language.support/support.runtime Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 1111
1212// UNSUPPORTED: c++03, c++11, c++14
1313
14- // picolibc doesn't define TIME_UTC.
15- // XFAIL: LIBCXX-PICOLIBC-FIXME
16-
1714// ::timespec_get is provided by the C library, but it's marked as
1815// unavailable until macOS 10.15
1916// XFAIL: target={{.+}}-apple-macosx10.{{13|14}}
Original file line number Diff line number Diff line change @@ -69,13 +69,8 @@ picolibc_source_dir="${build_dir}/picolibc-source"
6969picolibc_build_dir=" ${build_dir} /picolibc-build"
7070mkdir -p " ${picolibc_source_dir} "
7171mkdir -p " ${picolibc_build_dir} "
72- # Download the version of picolibc that was the latest at the time this script was written.
73- # Following changes are required and were introduced after version 1.8.5:
74- # - updated semihost arguments handling,
75- # - added missing macros in stdio.h
76- # - external linkage for isblank
77- # Version following 1.8.5, was not released by the time of writing.
78- picolibc_commit=" 04a90c56d7aac61880f205ec29b3dce6a9de0342"
72+ # Download a known good version of picolibc.
73+ picolibc_commit=" 48fbc2009c6473293d03d5ec6f190565c6223a5c"
7974curl -L " https://github.com/picolibc/picolibc/archive/${picolibc_commit} .zip" --output " ${picolibc_source_dir} /picolibc.zip"
8075unzip -q " ${picolibc_source_dir} /picolibc.zip" -d " ${picolibc_source_dir} "
8176mv " ${picolibc_source_dir} /picolibc-${picolibc_commit} " /* " ${picolibc_source_dir} "
You can’t perform that action at this time.
0 commit comments