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
Cache the result of building an LLVM lib in run-with-tarball.sh (#3807)
This change hashes the LLVM `definition.kore` file, extracted from a
tarball and checks if we already have a compiled LLVM library cached
from before. This is useful when re-running a full set of tarballs
several times, but also speeds up things on a single run as many of the
definitions within a set of tests are the same.
---------
Co-authored-by: Jost Berthold <[email protected]>
0 commit comments