There was an error while loading. Please reload this page.
1 parent bcbf1a7 commit 72d9aa8Copy full SHA for 72d9aa8
1 file changed
.github/workflows/ci-macos-ios.yml
@@ -310,7 +310,7 @@ jobs:
310
cd /tmp/iostest
311
grep -E 'c\+\+-abi +libc\+\+ +\(libcxx@22\.1\.8\.1, graph\)' build-sim.log \
312
|| { 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 \
+ grep -E 'compiler-runtime +compiler-rt +\(compiler-rt-builtins@22\.1\.8\.4, graph\)' build-sim.log \
314
|| { echo "FAIL: the report does not name llvm.compiler-rt-builtins as the compiler runtime"; exit 1; }
315
art=$(ls /tmp/iostest/target/aarch64-ios-sim/*/bin/iostest | head -1)
316
if otool -L "$art" | grep -q 'libc++'; then
0 commit comments