[PATCH] D13802: [OPENMP] Make -fopenmp to turn on OpenMP support by default.

Alexey Bataev via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 9 21:08:37 PST 2015


ABataev marked an inline comment as done.
ABataev added a comment.

Chandler, thank you very much for review!


================
Comment at: docs/GettingStarted.rst:58-62
@@ -57,1 +57,7 @@
 
+#. Checkout Libomp (required for OpenMP support) **[Optional]**:
+
+   * ``cd where-you-want-llvm-to-live``
+   * ``cd llvm/projects``
+   * ``svn co http://llvm.org/svn/llvm-project/openmp/trunk openmp``
+
----------------
chandlerc wrote:
> I'd skip the optional tag -- as you've nicely documented, its required for OpenMP support.
Ok, removed


http://reviews.llvm.org/D13802





More information about the cfe-commits mailing list