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
Refine symbol well-formedness checks to handle special cases
The symbol naming check added in df616e4 attempts to assert that the 'base_name'
of a symbol is a suffix of that symbol's 'name'. In general, this should be the
case, but there are certain classes of symbols where this does not currently
hold. This commit adds special cases to handle:
* Type symbols that are typedefs or tags
* Symbols that have been renamed by the linker
With these special cases handled, it is possible to run the CORE regression
tests with --validate-goto-model enabled.
0 commit comments