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] Do not create omp_lib.f18.mod files (llvm#156311)
The build system used to create `.f18.mod` variants for all `.mod`
files, but this was removed in llvm#85249. However, there is a leftover that
still creates these when building `openmp` in the project configuration.
It does not happen in the runtimes configuration.
0 commit comments