diffblue-cbmc/regression/symtab2gb
Hannes Steffenhagen da5fd4508c Add symtab2gb to enable linking of .json_symtab files
Right now we have the `goto-cc` tool to create goto binaries from C
files and link goto binaries together. This adds a similar type of
"linker" tool for the symtab language.

I had considered extending 'goto-cc' to handle symtab files as well,
however goto-cc (quite reasonably) makes some C-specific assumptions
about its input files, and I'd figured rather than working around that
it'd be easier to just have a simple command line tool to invoke
`goto_convert` and `link_goto_model` (which, in the end, is all we want
to do for json_symtabs).
2019-05-14 15:30:29 +01:00
..
multiple_symtabs Add symtab2gb to enable linking of .json_symtab files 2019-05-14 15:30:29 +01:00
single_symtab Add symtab2gb to enable linking of .json_symtab files 2019-05-14 15:30:29 +01:00
CMakeLists.txt Add symtab2gb to enable linking of .json_symtab files 2019-05-14 15:30:29 +01:00
Makefile Add symtab2gb to enable linking of .json_symtab files 2019-05-14 15:30:29 +01:00
chain.sh Add symtab2gb to enable linking of .json_symtab files 2019-05-14 15:30:29 +01:00