Error while building LLVM

Hello,

I have downloaded the LLVM-project today (11-May-2020) and I am trying to build "mlir;clang;openmp;flang” LLVM projects using the below command:

cmake -DLLVM_ENABLE_PROJECTS=“mlir;clang;openmp;flang” -DCMAKE_C_COMPILER=/usr/local/bin/gcc -DCMAKE_CXX_COMPILER=/usr/local/bin/g++ -G “Unix Makefiles” -DLLVM_USE_LINKER=gold -DCMAKE_BUILD_TYPE=Release -DLLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN=ON …/llvm/

The compilation was going well until the below error occurred:

There was a compilation issue for flang today. This should be fixed now. Can you give it another try?

Valentin

Hi,

This is a generated file, seems like the dependency was broken by 5469f434bb74c41e926cc514cb326b1333fdcf07