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
Re-use known declarations when parsing the built-in library
When doing cross-platform verification we should not rely on 1) system headers
being present and 2) system headers matching the declarations that were used
while compiling the program to be verified. Thus re-use the symbol table that
has been generated from the input program when compiling functions of the
built-in library.
This will address a number of SV-COMP benchmarks that CBMC currently fails on
for they use augmented standard-library types.
0 commit comments