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
fixup! fix exprt::opX accesses in linker_script_merge
In one case 7bf94f1 wrongly turned
`index_exprt::op0` into `index_exprt::index()` when that should be
`::array()`.
Running tests on aarch64 was thus broken (but we don't yet do that in
CI).
0 commit comments