Category Archives: llvm
Resolved : fatal error: ‘zstd.h’ file not found

Compiling LLVM and have “fatal error: ‘zstd.h’ file not found“, fix it by manually build the zstd git clone https://github.com/facebook/zstd.git make sudo make install
Step to build llvm + clang