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: Adjust checks for new LLVM parameter attribute
The new attribute is `captures(ret: address, provenance)`. This
attribute is expected because these functions either immediately return
the pointer argument or pass it as an argument to another such
parameter.
Match it using a wildcard regex
See https://llvm.org/docs/LangRef.html#parameter-attributes.
0 commit comments