Implement a better build system #78
Labels
enhancement
New feature or request
priority:low
If possible, oher issues should be taken care of first
8000
Right now the Python script that builds Bolt is just an ugly file full of shortcuts and assumptions. Ideally, we can declaratively specify the build file in a build language that automatically does the caching for us.
This build language could simply be a subset of the Bolt language itself, where each expression is persistently cached on disk. That way, download, unzip and compile only happens once.
Very hypothetical example for LLVM:
The text was updated successfully, but these errors were encountered: