You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
c++, contracts: Ensure we remove contracts before LTO streaming.
LTO does not (and should not) understand Front End trees .. but
we were leaking them via the FUNCTION_DECL attributes. Once we
have finished code-gen they are done with.
Remove contracts in cp_free_lang_data, which is called right
before the LTO stream out.
Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
0 commit comments