tlc-pack / tlcpack

https://tlcpack.ai/
Apache License 2.0
23 stars 30 forks source link

Increases LLVM releases version results from GitHub API #137

Closed leandron closed 1 year ago

leandron commented 1 year ago

We are currently using GitHub API to discover what is the latest 10.0.x minor release in LLVM. As LLVM now releases a few more versions the number of results we are retrieving (50) is not enough.

This patch increases the number of results to 100, so that we can get the information we need.

Sample URLs:

Suggested search LLVM 10.0.

cc @Mousius @tqchen @areusch @driazati