Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize setting LLVM version for TLCPack (#191)
This change fixes issue apache/tvm#16613 Changes the script `centos_build_llvm.sh` to discover what tags are available in the LLVM project using `git ls-remote`. This is a more efficient approach, as it doesn't use the Github API and therefore isn't impacted by API rate limits, which will prevent the script from working correctly. The end result is the same and retrieves the latest semantic version for LLVM in the format XX.X.XX, e.g. 16.0.6.
- Loading branch information