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
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.
0 commit comments