about summary refs log tree commit diff
path: root/tests/run-make/no-builtins-attribute/Makefile
AgeCommit message (Collapse)AuthorLines
2024-07-26rewrite no-builtins-attribute to rmakeOneirical-9/+0
2023-07-18Add the `no-builtins` attribute to functions when `no_builtins` is applied ↵DianQK-0/+9
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.