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
[rebranch][test] IRGen: Add missing LLVM parameter attribute to FileCheck match
The missing attribute is `captures(ret: address, provenance)`. This is
most likely expected as the functions in question either immediately
return the pointer argument or pass it as an argument to another
such parameter.
See https://llvm.org/docs/LangRef.html#parameter-attributes.
0 commit comments