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

    <tr>
        <th>Summary</th>
        <td>
            How to find a pre-generated compile_commands.json file??
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
            new issue
      </td>
    </tr>

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

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

<pre>
    Please let me know where i can find a pre-generated compile_commands.json file
The below commands clone the llvm repo and generate this file. But, this process is time-consuming which i would like to avoid.
1)git clone https://github.com/llvm/llvm-project.git
2)git checkout llvmorg-16.0.3
3)cd  llvm-project
4)cmake -S llvm -B build -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=build -DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra"
5)cd build
6)make -j20
7)make install
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJyUkkFzmz4QxT-NuOzACAlsc-BgB_P_p3VST-x02pNHljagWEguEnH67TuGeNprTprZt_PjPfYJ73VjEUuSr0heRWIIrevLnVD6V7pI0-jo1O9ya1B4BIMBOoSTdRe4tNgjaJDCwou2CgSce4wbtNiLgAqk687a4EG6rhNW-eTVu-uqQUIrQpf7FuGIxl3gtgHSOIsQWgRj3jro8exAWAU3KIRW-xGRwGoIhN1Nk3PvJHoP2kPQHcbSWT902jZwabVsQcPFDUaB0SeE4EC8Oa2SyUZKWNHo8PHtNoSzJ3xJWE1Y3ejQDsdEuo6w-mrp44nPvXtFGZJGh4nCbpQW5ckNYQzg-iZOZwlN-LTECSukAvgXMSnZVenECSHeTdnjFRwHbRTE_wFh7Nnqd3gQJ7yG94QxiKu7h-XX9WH1fL-pDvuf2zXh1RNOh7qJ94-7_XKzOWyf1vX9D8KrD2a12Xx_OKwfl6vN-rB9-vZlfbffEV4RxqQRtiF8Nb5xcM74GN9DLwhjk9l8ijGipsmMsGJy_8roNJrfRtr6IIyJVMlVwQsRYZnOisVstuCzRdSWHLHgc5pymlEmlcxylUuRI6VqIZDRSJeMMp5STlOWFmyRCExRvGCWKjmXQmYko9gJbZLrj0tc30Ta-wHLOZ3lWWTEEY0f682YxQuM4jVMXkV9Od7iODSeZNRoH_xfStDBYPm_u1wr89mK85rwOhp6U36uUoTVo0FPWD0G-BMAAP__TVkrzg">