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 11
11
12
12
// UNSUPPORTED: c++03, c++11, c++14
13
13
14
- // picolibc doesn't define TIME_UTC.
15
- // XFAIL: LIBCXX-PICOLIBC-FIXME
16
-
17
14
// ::timespec_get is provided by the C library, but it's marked as
18
15
// unavailable until macOS 10.15
19
16
// 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"
69
69
picolibc_build_dir=" ${build_dir} /picolibc-build"
70
70
mkdir -p " ${picolibc_source_dir} "
71
71
mkdir -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"
79
74
curl -L " https://github.com/picolibc/picolibc/archive/${picolibc_commit} .zip" --output " ${picolibc_source_dir} /picolibc.zip"
80
75
unzip -q " ${picolibc_source_dir} /picolibc.zip" -d " ${picolibc_source_dir} "
81
76
mv " ${picolibc_source_dir} /picolibc-${picolibc_commit} " /* " ${picolibc_source_dir} "
You can’t perform that action at this time.
0 commit comments