You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flang builds occasionally fails with errors like:
F90-F-0004-Corrupt or Old Module file ../../include/__norm2.mod (.../flang/runtime/flang/norm2.F95: 1270)
Serialize the build of flang_shared
and flang_static to eliminate conflicts
with the same module files being
created/recreated in the common directory
${CMAKE_Fortran_MODULE_DIRECTORY}.
The build of each library is still parallelized.
0 commit comments