<table border="1" cellspacing="0" cellpadding="8">
    <tr>
        <th>Issue</th>
        <td>
            <a href=https://github.com/llvm/llvm-project/issues/56511>56511</a>
        </td>
    </tr>

    <tr>
        <th>Summary</th>
        <td>
            llvmlite build.sh fails at benchmark_register
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Assignees</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Reporter</th>
      <td>
          sirfz
      </td>
    </tr>
</table>

<pre>
    Apologies for the lack of details (didn't copy the error message) but the error had something to do with "numeric_limits" not being part of stdlib.

OS: Ubuntu 22.04
g++: (Ubuntu 11.2.0-19ubuntu1) 11.2.0

Fixed it by adding
```
include <limits>
```
in `utils/benchmark/src/benchmark_register.h`

I can submit a PR if that's a proper fix.
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJx1UU2P1DAM_TXpxZqqSafd6aGHWZaROIFAnFf5cNuwaVPlA3b59bidAUZISFYS-zl-z7by5q0_r9750WKEwQdIE4KT-gX8AAaTtC4CEydjzcLEQwLt17c9CUOg9BljlCMy0YHK6Q6YpIHoZ0yTXUZIHoyHHzZNVEwsecZg9bOzs02RArD4BAq3zFWGtHHHZJxVJaueWHW-nh-_sPoMX1VeUgYhyup4jY9MPG5GICm94ZyXlHHgXd59vim8xu5LXuwrGrBE_gbSGBJwQ9vqZrtrF-2yQWD1u5vm-v1_EoHeOdHUmLgoXPQ0y_BC7xj0feQ54GhjwlBOfz5fzw-g5QIxK-IBCZ8-gx1orjLR-CMF1uBXDDDY17IwfW26upNFsslh79z32dmEtArrTBknGPb9yW24_xIXObh-SmmlZs4kjWyk_WRVaj-TsxW7XQfi_IaaFFxsjBm33pq24byYes6bTurh1Bqj2rY6mWOnGiM63fC6E-2xcFKhiz1rHlnzVNheVEJUD7zePh55eULZ8KblRtVKCM7ZscKZVJcbcenDWIS9r4PKYyTQkfj4F5Qx2nFB_F1f5jT50Ecbhp_FLrbflf4C5o7qQA">