Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid *.specialized.* symbols in process_access test.
clang-18 inserts new *.specialized.* symbols in banner_get and then calls it instead of the original banner_set function. This is undesired once we livepatch banner_set so disable optimizations in this function.
- Loading branch information