issues
search
cda-group
/
arc
Programming Language for Continuous Deep Analytics
https://cda-group.github.io/arc/
44
stars
6
forks
source link
LLVM submodule update
#345
Closed
frej
closed
2 years ago
frej
commented
2 years ago
Changes needed:
Arguments and results of operators used to be accessible using a method named
<name>()
, the accessor is now named
get<Name>()
.
Changes needed:
<name>()
, the accessor is now namedget<Name>()
.