[libc-commits] [compiler-rt] [libc] [llvm] [Compiler-rt][builtins] introduce libc math routines (PR #197950)
via libc-commits
libc-commits at lists.llvm.org
Sat May 16 17:02:23 PDT 2026
================
@@ -198,3 +202,18 @@
--build ${{ steps.strings.outputs.build-output-dir }}
--parallel
--target check-libc
+
+ - name: Test compiler-rt builtins
+ # Only run when compiler-rt is part of RUNTIMES (gated on scudo or
+ # fuzzing entries above) and the target supports executable tests.
+ if: ${{
+ (matrix.include_scudo == 'ON' || matrix.build_fuzzing_tests == 'ON') &&
+ !endsWith(matrix.target, '-uefi-llvm') &&
+ !endsWith(matrix.target, '-none-eabi') &&
+ matrix.target != 'riscv32-unknown-elf'
+ }}
+ run: >
+ cmake
+ --build ${{ steps.strings.outputs.build-output-dir }}
----------------
github-advanced-security[bot] wrote:
## zizmor /
code injection via template expansion
[Show more details](https://github.com/llvm/llvm-project/security/code-scanning/1853)
https://github.com/llvm/llvm-project/pull/197950
More information about the libc-commits
mailing list