[clang] [libc] [llvm] [libc][Github] Perform baremetal libc builds (PR #167583)

Prabhu Rajasekaran via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 17 10:23:07 PST 2025


================
@@ -93,28 +129,38 @@ jobs:
       run: |
         export RUNTIMES="libc"
 
+        export CMAKE_FLAGS="
+          -G Ninja
+          -S ${{ github.workspace }}/runtimes
+          -B ${{ steps.strings.outputs.build-output-dir }}
+          -DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
+          -DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
----------------
Prabhuk wrote:

Done. PTAL

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


More information about the cfe-commits mailing list