[PATCH] [OpenMP] Make default OpenMP library (the one selected with just -fopenmp) configurable in the CMake build. There shouldn't be any change in default behavior.

Manuel Klimek klimek at google.com
Wed May 20 10:31:17 PDT 2015


================
Comment at: CMakeLists.txt:447-448
@@ +446,4 @@
+
+if( OPENMP_DEFAULT_LIB )
+  add_definitions( -DOPENMP_DEFAULT_LIB="${OPENMP_DEFAULT_LIB} " )
+endif()
----------------
Add comment explaining the space in the end.

http://reviews.llvm.org/D9878

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the cfe-commits mailing list