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
export-file-local-symbols: help output and handling of large files
goto-cc --export-file-local-symbols was never documented in --help
output. Its use entails renaming of file-local (function) symbols with a
prefix of __CPROVER_file_local, which had the side effect of those names
being added as defines when building hybrid binaries. For files with
large numbers of static functions, this resulted in a command-line that
exceeds operating-system limits.
0 commit comments