Forum | Documentation | Website | Blog

Skip to content

fix(builds): added a fix for llvm builds with gcc11

Noticed missing header when was building llvm with gcc-11 which affects people trying to build on ubuntu 22.04

My fix is based on someone else posting a similar error and their already being a fix in llvm. https://reviews.llvm.org/D89450

Merge request reports