[PATCH] D11059: [OPENMP] Info in release notes about OpenMP support in clang.

Jack Howarth howarth.mailing.lists at apple.com
Fri Jul 24 11:44:42 PDT 2015


jhowarth added a comment.

Also, if we are going to leave the default for CLANG_DEFAULT_OPENMP_RUNTIME set to libgomp, wouldn't it be better to at least modify cfe-3.7.0.src/CMakeLists.txt so that the user could pass -DCLANG_DEFAULT_OPENMP_RUNTIME=libomp to override that default in their own builds of 3.7.0 rather than forcing them to invoke -fopenmp=libgomp? Currently we lock them into this unless they manually edit the CMakeLists.txt.


http://reviews.llvm.org/D11059







More information about the cfe-commits mailing list