A recent commit (r286087) to the LLVM Go bindings that
changed things over to use the new attribute API broke
llgo. This commit updates llgo accordingly.
Details
Details
- Reviewers
pcc llvm-commits
Diff Detail
Diff Detail
Event Timeline
irgen/attribute.go | ||
---|---|---|
150 | We probably don't want to allow arbitrary attributes here. (In fact, I would be happy to see this feature removed entirely; it is untested and exposes too many LLVM specifics.) |
irgen/attribute.go | ||
---|---|---|
150 | Agreed. Okay if I constrain the attribute application for now and remove the feature in a follow-on commit? |
irgen/attribute.go | ||
---|---|---|
150 | SGTM |
We probably don't want to allow arbitrary attributes here. (In fact, I would be happy to see this feature removed entirely; it is untested and exposes too many LLVM specifics.)