[Openmp-commits] [PATCH] D24959: [cmake] Fix for a bug https://llvm.org/bugs/show_bug.cgi?id=30489 "Cannot build with -DLIBOMP_FORTRAN_MODULES=True"

Paul Osmialowski via Openmp-commits openmp-commits at lists.llvm.org
Tue Sep 27 11:03:43 PDT 2016


pawosm01 added a comment.

Also note that make_directory does not complain when created directory already exists (so parallel directory creation should not be a problem). If it was a problem, it would not be possible to re-run CMake after previous build and it would be noticed very quickly.


Repository:
  rL LLVM

https://reviews.llvm.org/D24959





More information about the Openmp-commits mailing list