Skip to content

Commit 72d9aa8

Browse files
committed
ci-macos-ios: the report names 22.1.8.4
1 parent bcbf1a7 commit 72d9aa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-macos-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ jobs:
310310
cd /tmp/iostest
311311
grep -E 'c\+\+-abi +libc\+\+ +\(libcxx@22\.1\.8\.1, graph\)' build-sim.log \
312312
|| { echo "FAIL: the report does not name llvm.libcxx as the C++ layer"; exit 1; }
313-
grep -E 'compiler-runtime +compiler-rt +\(compiler-rt-builtins@22\.1\.8\.3, graph\)' build-sim.log \
313+
grep -E 'compiler-runtime +compiler-rt +\(compiler-rt-builtins@22\.1\.8\.4, graph\)' build-sim.log \
314314
|| { echo "FAIL: the report does not name llvm.compiler-rt-builtins as the compiler runtime"; exit 1; }
315315
art=$(ls /tmp/iostest/target/aarch64-ios-sim/*/bin/iostest | head -1)
316316
if otool -L "$art" | grep -q 'libc++'; then

0 commit comments

Comments
 (0)