* Dima Pasechnik: > Since a while, Apple clang allows OpenMP (from llvm project, GNU OpenMP > doesn't work) if one supplies an option "-Xpreprocessor -fopenmp". > The (unprefixed) option "-fopenmp" is not understood, and leads to an > error.
Is this actually documented as supported by Apple? I don't think so; this doesn't show any results: <https://developer.apple.com/search/?q=openmp> I'm not sure it's a good idea to automatically enable compiler flags just because they do not immediately cause compilation to fail. Presumably there's a reason why this feature is somewhat hidden in the Apple compiler. Thanks, Florian
