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
Fixes#2949
This enables auto-detecting the architecture of a goto-binary when
performing transformations on it, e.g., with main.c:
int main(){
char buffer[] = "a";
int x = strlen(buffer);
return x;
}
the commands
goto-cc -m32 -o main.gb main.c
goto-instrument --add-library main.gb main2.gb
now pass.
0 commit comments