[compiler-rt] [llvm] [CI] check libc freestanding in compiler-rt (PR #217972)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 21 09:54:14 PDT 2026


================
@@ -52,3 +52,62 @@ jobs:
             --build build \
             --parallel \
             --target check-builtins
+
+  # Build the libc-backed builtins against only the extracted shared subset, so
+  # the build fails if they ever reach into the rest of libc.
+  isolation:
+    name: builtins isolation (subset-only build)
+    if: github.repository_owner == 'llvm'
+    runs-on: ubuntu-24.04
+    container:
+      image: ghcr.io/llvm/libc-ubuntu-24.04
----------------
boomanaiden154 wrote:

Hash pin?

https://github.com/llvm/llvm-project/pull/217972


More information about the llvm-commits mailing list