cda-group / arc

Programming Language for Continuous Deep Analytics
https://cda-group.github.io/arc/
44 stars 6 forks source link

LLVM Submodule update #446

Closed frej closed 2 years ago

frej commented 2 years ago

Upstream has removed the type field from attributes. Typed attributes have been replaced by the TypedAttr interface. For Arc-lang this only impacts our signed/unsigned integer constants, where we have to switch to using the TypedAttr interface.