Commit beb56e7
committed
export-file-local-symbols: handling files with many functions
The use of --export-file-local-symbols 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.1 parent d932d6f commit beb56e7
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
745 | 745 | | |
746 | 746 | | |
747 | 747 | | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
748 | 751 | | |
749 | 752 | | |
750 | 753 | | |
| |||
0 commit comments