Closed giulianobelinassi closed 6 months ago
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.
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.