about summary refs log tree commit diff
path: root/tests/run-make/no-builtins-attribute
AgeCommit message (Collapse)AuthorLines
2025-06-19Adjust some run-make tests on cross-compileJieyou Xu-3/+3
2025-06-12ignore `run-make` tests that need `std` on `no_std` targetsFolkert de Vries-0/+2
In particular, anything that includes `none` in the target tripple, and `nvptx64-nvidia-cuda`
2024-09-05tests: use renamed `stdin_buf`许杰友 Jieyou Xu (Joe)-1/+1
2024-07-26rewrite no-builtins-attribute to rmakeOneirical-9/+13
2023-07-18Add the `no-builtins` attribute to functions when `no_builtins` is applied ↵DianQK-0/+29
at the crate level. When `no_builtins` is applied at the crate level, we should add the `no-builtins` attribute to each function to ensure it takes effect in LTO.