https://bugs.llvm.org/show_bug.cgi?id=42083
Bug ID: 42083
Summary: Go bindings test for IR attributes is faulty
Product: new-bugs
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: new bugs
Assignee: unassignedb...@nondot.org
Reporter: rtr...@google.com
CC: htmldevelo...@gmail.com, llvm-bugs@lists.llvm.org
The go bindings test for IR attributes tests them by attaching each attribute
to a Function. However, only some attributes should be attached to a Function.
In r362128, the "byval" attribute has additional checks which asserts when
attempting to use it in this manner. "byval" has been removed from the test in
r362189. The attribute test should only apply attributes to where they are
allowed instead of just using Function.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs